findLowLevelThread

Check whether a thread was created by createLowLevelThread.

nothrow @nogc
bool
findLowLevelThread

Parameters

tid ThreadID

the platform specific thread ID.

Return Value

Type: bool

true if the thread was created by createLowLevelThread and is still running.

Meta