Expand description
Tasks
Structs
- A non-
Send
,'static
task reference. The lack ofSend
-ness constrains its lifetime to the owning task and thus allows it to represent a current task safely. - Represents a single task in a system.
- The definer (static builder) for
TaskRef
. - Represents a single borrowed task in a system.
Traits
- The supported operations on
TaskHandle
.