FunctionJob

Simple job that executes a function.

Constructors

this
this(void function() fn)

Constructs a job that will run the given function.

Members

Functions

run
void run()

Runs the function.

Inherited Members

From Job

run
void run()

The method which is called to execute this job.

Meta