Function ManualEvent.waitUninterruptible

Same as wait, but defers throwing any InterruptException.

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

Prototypes

abstract int waitUninterruptible(
  int reference_emit_count
) nothrow;

abstract int waitUninterruptible(
  core.time.Duration timeout,
  int reference_emit_count
) nothrow;

Authors

Leonid Kramer, Sönke Ludwig, Manuel Frischknecht

Copyright

© 2012-2015 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.