Class Condition.Sync

  • All Implemented Interfaces:
    Awaitable, Condition
    Enclosing interface:
    Condition

    public static class Condition.Sync
    extends Awaitable.SyncAwaitable
    implements Condition
    A Condition based on its object monitor. WARNING: lengthy operations performed while holding the lock may prevent timely notification of waiting threads that a deadline has passed.