concurrency ~master (2022-01-07T14:23:47Z)
Dub
Repo
syncWait
concurrency
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
modules
bitfield
data
error
executor
fork
nursery
operations
receiver
scheduler
sender
signal
slist
stoptoken
stream
thread
timer
timingwheels
utils
functions
isMainThread
setTopLevelStopSource
syncWait
sync_wait
static variables
cancelledException
parentStopSource
structs
Cancelled
Result
SyncWaitReceiver2
templates
match
Start the Sender and waits until it completes, cancels, or has an error.