dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
Thread.terminate
dlib
core
thread
Thread
Stops the thread immediately. This functionality is unsafe, use with care
class
Thread
void
terminate
(
)
Meta
Source
See Implementation
dlib
core
thread
Thread
constructors
this
destructors
~this
functions
isRunning
join
start
terminate
static functions
posixThreadFunc
sleep
winThreadFunc
Stops the thread immediately. This functionality is unsafe, use with care