class Concurrent::Synchronization::Condition

def wait(timeout = nil)

def wait(timeout = nil)
  @Lock.synchronize { ns_wait(timeout) }
end