The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
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.