class ActiveSupport::Concurrency::Latch

def await

def await
  @inner.wait(nil)
end