thread_setGCSignals

Instruct the thread module, when initialized, to use a different set of signals besides SIGUSR1 and SIGUSR2 for suspension and resumption of threads. This function should be called at most once, prior to thread_init(). This function is Posix-only.

version(CoreDdoc) extern (C)
void
thread_setGCSignals
nothrow @nogc
Suggestion Box / Bug Report