Module task_join_handle

Source

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