class Concurrent::Synchronization::Lock

def signal

def signal
  synchronize { ns_signal }
end