concurrency v5.0.3 (2023-04-12T14:20:47Z)
Dub
Repo
ForkSender.Operation
concurrency
fork
ForkSender
Undocumented in source.
struct
ForkSender
static
struct
Operation (
Receiver
) {
this
(Executor executor, Fun fun, Receiver receiver, AfterFork afterFork);
void
start
();
}
Constructors
this
this
(Executor executor, Fun fun, Receiver receiver, AfterFork afterFork)
Undocumented in source.
Members
Functions
start
void
start
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
concurrency
fork
ForkSender
aliases
AfterFork
Fun
Value
constructors
this
functions
connect
static functions
reinitThreadLocks
structs
Operation