evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
startDelayedTask
evael
utils
Functions
Starts a task after X time.
void
startDelayedTask
(
void
delegate
(
)
callback
,
in
int
interval
)
Meta
Source
See Implementation
evael
utils
Functions
functions
bindDelegate
getCurrentTime
startDelayedTask
startTask
timeSinceProgramStarted
variables
startupTime
Starts a task after X time.