thread_setGCSignals

Instruct the thread module, when initialized, to use a different set of signals besides SIGRTMIN and SIGRTMIN + 1 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) nothrow @nogc
void
thread_setGCSignals

Meta