concurrency v3.1.0 (2021-08-24T13:51:28Z)
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
executor
fork
nursery
operations
receiver
scheduler
sender
signal
slist
stoptoken
stream
thread
timer
timingwheels
utils
functions
isMainThread
syncWait
syncWaitImpl
sync_wait
sync_wait_impl
static variables
cancelledException
structs
Cancelled
Result
SyncWaitReceiver2
templates
match
Start the Sender and waits until it completes, cancels, or has an error.