scheduled v1.0.0 (2021-09-21T15:05:58Z)
Home
Dub
Repo
FunctionJob.this
scheduled
job
FunctionJob
Constructs a job that will run the given function.
class
FunctionJob
this
(
void
function
(
)
fn
)
Parameters
fn
void
function
(
)
The function to execute.
Meta
Source
See Implementation
scheduled
job
FunctionJob
constructors
this
functions
run
Constructs a job that will run the given function.