ax-task 0.8.1

OS-independent IRQ-safe SMP task scheduling core
Documentation
1
2
3
4
5
6
7
//! Exercise the production lifecycle and its Loom model without a fake runtime.
mod thread {
    pub use ax_task::thread::{TaskError, ThreadState};
}

#[path = "../src/thread/state.rs"]
mod state;