nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
Win32Thread.this
nulib
win32
threading
thread
Win32Thread
Creates a new thread from a context.
this
(ThreadContext ctx)
class
Win32Thread
@
nogc
@
trusted
nothrow
this
(
ThreadContext
ctx
)
this
(HANDLE handle)
Parameters
ctx
ThreadContext
The thread context.
Meta
Source
See Implementation
nulib
win32
threading
thread
Win32Thread
constructors
this
destructors
~this
functions
cancel
join
start
properties
isRunning
tid
Creates a new thread from a context.