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.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Supplier<SyncDelay>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void