concurrency v5.0.0 (2022-10-19T08:12:29Z)
Dub
Repo
syncWait
concurrency
syncwait
Start the Sender and waits until it completes, cancels, or has an error.
auto
syncWait
(Sender sender, StopSource stopSource)
auto
syncWait
(
Sender
StopSource
)
(
auto
ref
Sender
sender
,
StopSource
stopSource
)
auto
syncWait
(Sender sender)
Meta
Source
See Implementation
concurrency
syncwait
enums
Cancelled
functions
isMainThread
setTopLevelStopSource
syncWait
static variables
parentStopSource
structs
Result
SyncWaitReceiver2
templates
match
Start the Sender and waits until it completes, cancels, or has an error.