phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
ThreadScheduler.newCondition
std
concurrency
ThreadScheduler
Creates a new
Condition
variable. No custom behavior is needed here.
class
ThreadScheduler
nothrow
Condition
newCondition
(
Mutex
m
)
Meta
Source
See Implementation
std
concurrency
ThreadScheduler
functions
newCondition
spawn
start
yield
properties
thisInfo
Creates a new Condition variable. No custom behavior is needed here.