Creates an async task. An async task is a task that will be running in a separate fiber, independent from the current fiber.
The task to run.
See Implementation
Creates an async task. An async task is a task that will be running in a separate fiber, independent from the current fiber.