Function ManualEvent.waitUninterruptible
Same as wait
, but defers throwing any InterruptException
.
int waitUninterruptible() nothrow @safe shared;
int waitUninterruptible
(
int emit_count
) nothrow @safe shared;
int waitUninterruptible
(
core .time .Duration timeout,
int emit_count
) nothrow @safe shared;
This method is annotated nothrow
at the expense that it cannot be
interrupted.