findLowLevelThread

fnbool findLowLevelThread(ThreadID tid) nothrow @nogc

Check whether a thread was created by createLowLevelThread.

Parameters

tidthe platform specific thread ID.

Returns

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