dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
Thread.this
dlib
core
thread
Thread
Constructor. Initializes Thread using a function pointer
this
(void function() func)
class
Thread
this
(
void
function
(
)
func
)
this
(void delegate() dlgt)
Meta
Source
See Implementation
dlib
core
thread
Thread
constructors
this
destructors
~this
functions
isRunning
join
start
terminate
static functions
posixThreadFunc
sleep
winThreadFunc
Constructor. Initializes Thread using a function pointer