nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
Thread.this
nulib
threading
thread
Thread
Creates a new thread executing the "onExecute" virtual function.
this
()
class
Thread
protected @
nogc
this
(
)
this
(void delegate() callback)
this
(void function() callback)
this
(void function(T) callback, T data)
Meta
Source
See Implementation
nulib
threading
thread
Thread
constructors
this
functions
cancel
join
onExecute
start
properties
isRunning
nativeHandle
selfTid
tid
static functions
sleep
Creates a new thread executing the "onExecute" virtual function.