localrest v0.4.0 (2021-03-22T23:44:53Z)
Dub
Repo
FiberScheduler.spawn
geod24
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
geod24
concurrency
FiberScheduler
classes
FiberBlocker
InfoFiber
constructors
this
functions
create
schedule
spawn
start
interfaces
Resource
static functions
yield
yieldAndThrow
This created a new Fiber for the supplied op and adds it to the dispatch list.