class Concurrent::CyclicBarrier
def parties
-
(Fixnum)
- the number of threads needed to pass the barrier
def parties synchronize { @parties } end
(Fixnum)
- the number of threads needed to pass the barrier
def parties synchronize { @parties } end