thread_init

Initializes the thread module. This function must be called by the garbage collector on startup and before any other thread routines are called.

extern (C)
void
thread_init
@nogc
(
)
Suggestion Box / Bug Report