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