nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
PosixThread.isRunning
nulib
posix
threading
thread
PosixThread
Whether the thread is currently running.
class
PosixThread
@
nogc
override @
property
@
trusted
=>
nu_atomic_load_32
(
runRequests_
) > 0
bool
isRunning
(
)
Meta
Source
See Implementation
nulib
posix
threading
thread
PosixThread
constructors
this
destructors
~this
functions
cancel
join
start
properties
isRunning
tid
Whether the thread is currently running.