Skip to main content

Module task_group

Module task_group 

Source

Structs§

Inner 🔒
Shared state of a TaskGroup. Held behind an Arc so each task can keep a Weak reference back to the group and remove itself on completion, without forcing callers to wrap the group in an Arc.
TaskGroup
TaskGroup A group that contains spawned tasks.
TaskHandler
TaskHandler

Enums§

TaskResult
The result of a spawned task.

Type Aliases§

TaskID
Identifies a spawned task within a TaskGroup.