ManualEvent.waitUninterruptible

Same as wait, but defers throwing any InterruptException.

This method is annotated nothrow at the expense that it cannot be interrupted.

  1. int waitUninterruptible(int reference_emit_count)
  2. int waitUninterruptible(Duration timeout, int reference_emit_count)
    interface ManualEvent
    @safe nothrow
    int
    waitUninterruptible

Meta