phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
ThreadScheduler.spawn
std
concurrency
ThreadScheduler
Creates a new kernel thread and assigns it to run the supplied op.
class
ThreadScheduler
void
spawn
(
void
delegate
(
)
op
)
Meta
Source
See Implementation
std
concurrency
ThreadScheduler
functions
newCondition
spawn
start
yield
properties
thisInfo
Creates a new kernel thread and assigns it to run the supplied op.