class Concurrent::Promises::Future

def then(*args, &task)

Returns:
  • (Future) -
def then(*args, &task)
  then_on @DefaultExecutor, *args, &task
end