class Concurrent::Synchronization::Condition

def ns_wait(timeout = nil)

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