class Concurrent::MutexCountDownLatch

def ns_initialize(count)

def ns_initialize(count)
  @count = count
end