Module task

Module task 

Source
Expand description

Contains the Task and task::LocalTask traits.

Structs§

LocalNeverTask
A task that never completes.
NeverTask
A task that never completes.

Traits§

LocalTask
A task that is executed on the local thread.
Task
A task that can be spawned on a background thread.