Interface SyncDelay

  • All Known Implementing Classes:
    ThreadSleepDelay

    public interface SyncDelay
    Performs a delay synchronously. That is, blocks the calling thread for the duration of the delay.