concurrency v3.0.1 (2021-07-07T14:50:22Z)
Dub
Repo
LocalThreadWorker.RemoveTimer
concurrency
thread
LocalThreadWorker
Undocumented in source.
struct
LocalThreadWorker
static
struct
RemoveTimer {
Timer
timer
;
shared
Semaphore
semaphore
;
}
Members
Variables
semaphore
Semaphore
semaphore
;
Undocumented in source.
timer
Timer
timer
;
Undocumented in source.
Meta
Source
See Implementation
concurrency
thread
LocalThreadWorker
constructors
this
functions
addTimer
cancelTimer
isInContext
schedule
start
stop
structs
AddTimer
RemoveTimer
Timer