module Concurrent::Async

def await

Raises:
  • (ArgumentError) - the given `args` do not match the arity of the
  • (NameError) - the object does not respond to the requested method

Returns:
  • (Concurrent::IVar) - the completed result of the synchronous operation
def await
  @__await_delegator__
end