class Concurrent::MutexCountDownLatch

def count

@!macro count_down_latch_method_count
def count
  synchronize { @count }
end