class Concurrent::CyclicBarrier
def number_waiting
-
(Fixnum)- the number of threads currently waiting on the barrier
def number_waiting synchronize { @number_waiting } end
(Fixnum)
- the number of threads currently waiting on the barrier
def number_waiting synchronize { @number_waiting } end