1 2 3 4 5 6 7 8
//! Runtime and async timing tests //! //! Tests for async/await, concurrent tasks, and runtime behavior. #[path = "runtime/async_timing.rs"] mod async_timing; #[path = "runtime/concurrency.rs"] mod concurrency;