Module scheduler

Module scheduler 

Source
Expand description

Interface for Tock kernel schedulers.

Enums§

SchedulingDecision
Enum representing the actions the scheduler can request in each call to scheduler.next().

Traits§

Scheduler
Trait which any scheduler must implement.