logo
Expand description

Tasks

Structs

A non-Send, 'static task reference. The lack of Send-ness constrains its lifetime to the owning task and thus allows it to represent a current task safely.

Specifies the Hunk to use as a task’s stack when included in the task’s property Bag.

Represents a single task in a system.

The definer (static builder) for TaskRef.

Represents a single borrowed task in a system.

Traits

The trait for safe wrappers of System::RawTaskId, i.e., Task and TaskRef.

The supported operations on TaskHandle.

Type Definitions

A static handle type: TaskRef<'static, System>