Expand description
Re-exports§
pub use portable_atomic;
Modules§
- arch
- Interface for architecture-dependent functions implemented in separate crates.
- futex
- Low-level synchronization primitive modeled after Linux
futexmechanism. - scheduler
- Task scheduler implementation and related functions.
- task
- Task manipulation functions.
- timer
- Time management, sleeping, and other timer functions.