findLowLevelThread

Check whether a thread was created by createLowLevelThread.

nothrow @nogc
bool
findLowLevelThread

Parameters

tid
Type: ThreadID

the platform specific thread ID.

Return Value

Type: bool

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

Suggestion Box / Bug Report