class ActiveSupport::Concurrency::Latch

def await

def await
  wait(nil)
end