class Concurrent::Synchronization::Condition

def signal

def signal
  @Lock.synchronize { ns_signal }
end