dll_thread_detach

To be called from DllMain with reason DLL_THREAD_DETACH

version(Windows)
bool
dll_thread_detach
(
bool detach_thread = true
,
bool exitTls = true
)

Return Value

Type: bool

true for success, false for failure

Meta