phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
FiberScheduler.spawn
std
concurrency
FiberScheduler
This created a new
Fiber
for the supplied op and adds it to the dispatch list.
class
FiberScheduler
nothrow
void
spawn
(
void
delegate
(
)
op
)
Meta
Source
See Implementation
std
concurrency
FiberScheduler
classes
InfoFiber
functions
create
newCondition
spawn
start
yield
properties
thisInfo
This created a new Fiber for the supplied op and adds it to the dispatch list.