Module task

Source
Expand description

Asynchronous tasks.

Structs§

FallibleTask
A spawned task with a fallible response.
Task
A spawned task.

Functions§

spawn
Spawns a new async task that can be controlled with the returned task handle.