concurrency v3.0.1 (2021-07-07T14:50:22Z)
Dub
Repo
LocalThreadWorker.Timer
concurrency
thread
LocalThreadWorker
Undocumented in source.
struct
LocalThreadWorker
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
thread
LocalThreadWorker
constructors
this
functions
addTimer
cancelTimer
isInContext
schedule
start
stop
structs
AddTimer
RemoveTimer
Timer