module Concurrent::Async

def async

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

Returns:
  • (Concurrent::IVar) - the pending result of the asynchronous operation

Other tags:
    Note: - The method call is guaranteed to be thread safe with respect to
def async
  @__async_delegator__
end