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)
void
thread_exitCriticalRegion
@nogc
(
)
in { assert (Thread.getThis()); }
Suggestion Box / Bug Report