Creates an async task. An async task is a task that will be running in a separate fiber, independent from the current fiber.
Runs the argument in a separate task, waiting for the result.
Starts the scheduler.
See Source File