Interface IExchangeCyclicBarrier<T>

All Known Implementing Classes:
ExchangeCyclicBarrier

public interface IExchangeCyclicBarrier<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
    await(long timeout, TimeUnit unit)
     
    get()
     
    boolean
     
    void
    set(T value)
     
    void