concurrency v4.12.0 (2022-07-25T21:03:12Z)
Dub
Repo
SyncWaitReceiver2.State
concurrency
SyncWaitReceiver2
Undocumented in source.
struct
SyncWaitReceiver2
(Value)
static
struct
State {
LocalThreadWorker
worker
;
bool
canceled
;
static if
(
!is(Value == void)
)
Value
result
;
Throwable
throwable
;
StopSource
stopSource
;
this
(StopSource stopSource);
}
Constructors
this
this
(StopSource stopSource)
Undocumented in source.
Members
Variables
canceled
bool
canceled
;
Undocumented in source.
result
Value
result
;
Undocumented in source.
stopSource
StopSource
stopSource
;
Undocumented in source.
throwable
Throwable
throwable
;
Undocumented in source.
worker
LocalThreadWorker
worker
;
Undocumented in source.
Meta
Source
See Implementation
concurrency
SyncWaitReceiver2
functions
getScheduler
getStopToken
setDone
setError
setValue
structs
State
variables
state