class Concurrent::Synchronization::Condition

def ns_broadcast

def ns_broadcast
  synchronize { super }
end