switchy_async 0.3.0

Switchy Async runtime package
1
2
3
4
5
//! Task spawning and execution for the Tokio runtime.
//!
//! This module re-exports Tokio's task spawning functions and types.

pub use tokio::task::{JoinError, JoinHandle, spawn, spawn_blocking, spawn_local, yield_now};