Module task

Source
Expand description

This module provides the basic task and thread structures for the scheduler.

Structs§

Task
The struct representing a task.
TaskDescriptor
Descibes a task.
TaskMemory
The memory of a task.

Enums§

TaskId
Id of a task. This is unique across all tasks.