scheduled v1.1.0 (2022-03-08T10:03:46Z)
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.