Interface EventBarrier.BarrierWaiter

    • Method Detail

      • completeBarrier

        void completeBarrier()
        Callback invoked by the thread that detected the minimal event barrier. Once this is called, all events taking place at or before the corresponding call to EventBarrier.startBarrier(BarrierWaiter) have ended.