class Concurrent::Synchronization::Lock

def wait(timeout = nil)

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