Expand description
The Multithreading Subsystem
The group Multithreading contains all elements that form the foundation of CPU multiplexing. This module’s objective is to provide the abstraction thread that provides a virtualized CPU for the user’s applications.
Re-exports§
pub use scheduler::Scheduler;
pub use scheduler::APPS;
pub use sema::Semaphore;
pub use sleep::BellRinger;
pub use thread::Thread;