dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
Thread.sleep
dlib
core
thread
Thread
Wait for specified amout of milliseconds
class
Thread
static
void
sleep
(
uint
msec
)
Examples
Thread
.
sleep
(
100
);
assert
(
true
);
Meta
Source
See Implementation
dlib
core
thread
Thread
constructors
this
destructors
~this
functions
isRunning
join
start
terminate
static functions
posixThreadFunc
sleep
winThreadFunc
Wait for specified amout of milliseconds