concurrency v5.0.3 (2023-04-12T14:20:47Z)
Dub
Repo
LocalThreadExecutor.Node
concurrency
thread
LocalThreadExecutor
Undocumented in source.
class
LocalThreadExecutor
static
struct
Node {
VoidDelegate
dg
;
Node
*
next
;
}
Members
Variables
dg
VoidDelegate
dg
;
Undocumented in source.
next
Node
*
next
;
Undocumented in source.
Meta
Source
See Implementation
concurrency
thread
LocalThreadExecutor
constructors
this
functions
execute
isInContext
structs
Node