Interface InterruptibleWait


public interface InterruptibleWait
Defines a generic interface to wait for an event to occur. This interface was designed for the static CancelableWaits.await(CancellationToken, InterruptibleWait) method. See its documentation for further reference.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Waits until the implementation defined event occurs.