FunctionJob.this

Constructs a job that will run the given function.

class FunctionJob
this
(
void function
()
fn
)

Parameters

fn void function
()

The function to execute.

Meta