The OpenD Programming Language

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) @nogc nothrow @system
void
thread_init
()

Meta