concurrency v3.1.0 (2021-08-24T13:51:28Z)
Dub
Repo
ManualTimeWorker.Timer
concurrency
scheduler
ManualTimeWorker
Undocumented in source.
class
ManualTimeWorker
static
struct
Timer {
VoidDelegate
dg
;
ulong
id_
;
ulong
id
();
}
Members
Functions
id
ulong
id
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dg
VoidDelegate
dg
;
Undocumented in source.
id_
ulong
id_
;
Undocumented in source.
Meta
Source
See Implementation
concurrency
scheduler
ManualTimeWorker
constructors
this
functions
addTimer
advance
cancelTimer
getScheduler
lock
timeUntilNextEvent
structs
Timer