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;