Module lambdaOS::task::coop_sched [] [src]

Structs

CoopScheduler

A simple cooperative scheduler. It uses round-robin scheduling, where the next available, ready process is the next process to be ran.

Type Definitions

Scheduler

Global kernel scheduler type.