argument DLL_PROCESS_DETACH, the thread is terminated forcefully without proper cleanup as a deadlock would happen otherwise.
Parameters
tid | the thread ID returned by createLowLevelThread. |
void joinLowLevelThread(ThreadID tid) nothrow @nogcWait for a thread created with createLowLevelThread to terminate.
argument DLL_PROCESS_DETACH, the thread is terminated forcefully without proper cleanup as a deadlock would happen otherwise.
tid | the thread ID returned by createLowLevelThread. |