dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
Thread.yield
core
thread
osthread
Thread
Forces a context switch to occur away from the calling thread.
class
Thread
static @
nogc
nothrow
void
yield
(
)
Meta
Source
See Implementation
core
thread
osthread
Thread
constructors
this
destructors
~this
functions
join
start
properties
PRIORITY_DEFAULT
PRIORITY_MAX
PRIORITY_MIN
isRunning
priority
static functions
getThis
sleep
yield
Forces a context switch to occur away from the calling thread.