concurrency v5.0.3 (2023-04-12T14:20:47Z)
Dub
Repo
ThreadSender
concurrency
thread
Undocumented in source.
struct
ThreadSender {
alias
Value
=
void
;
struct
Op
(Receiver)
;
auto
connect
(Receiver receiver);
}
Members
Aliases
Value
alias
Value
=
void
Undocumented in source.
Functions
connect
auto
connect
(Receiver receiver)
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Op
struct
Op
(Receiver)
Undocumented in source.
Meta
Source
See Implementation
concurrency
thread
classes
LocalThreadExecutor
ThreadExecutor
functions
concurrency_getLocalThreadExecutor
executeAndWait
executeInNewThread
getLocalThreadExecutor
stdTaskPool
structs
LocalThreadWorker
StdTaskPool
StdTaskPoolProtoScheduler
ThreadSender