switchy_async 0.3.0

Switchy Async runtime package
1
2
3
4
5
//! Utility types for the simulator runtime.
//!
//! This module re-exports `tokio_util`'s cancellation token for compatibility with the simulator.

pub use tokio_util::sync::CancellationToken;