Module task

Source
Expand description

OS task management for processes and threads.

Modules§

backoff
control_plane
process
signal
task_join_handle 🔒
thread

Structs§

OwnedTaskStatus
A handle that allows awaiting the termination of a task, and retrieving its exit code.
TaskJoinHandle
A handle that allows awaiting the termination of a task, and retrieving its exit code.
TaskTerminatedError

Enums§

TaskStatus

Traits§

VirtualTaskHandle