Expand description
This module provides the basic task and thread structures for the scheduler.
Structs§
- Task
- The struct representing a task.
- Task
Descriptor - Descibes a task.
- Task
Memory - The memory of a task.
Enums§
- TaskId
- Id of a task. This is unique across all tasks.