thread_exitCriticalRegion

Signals that the calling thread is no longer in a critical region. Following a call to this function, the thread can once again be suspended.

In: The calling thread must be attached to the runtime.

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