Expand description
Cooperative scheduling abstractions.
This module provides minimal traits and utilities for building a
scheduler on top of os_kernel_foundry. The focus is on testability and
independence from any particular threading or context-switching model.
Traitsยง
- Schedulable
Task - Represents a schedulable task.
- Scheduler
- Describes a cooperative scheduler.