PosixThread.isRunning

Whether the thread is currently running.

class PosixThread
@nogc override @property
@trusted => nu_atomic_load_32(runRequests_) > 0
bool
isRunning
()

Meta