Skip to main content

Module scheduler

Module scheduler 

Source
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ยง

SchedulableTask
Represents a schedulable task.
Scheduler
Describes a cooperative scheduler.