mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-26 00:00:16 +02:00
5 lines
97 B
Rust
5 lines
97 B
Rust
//! Extra utilities for spawning tasks
|
|
|
|
mod spawn_pinned;
|
|
pub use spawn_pinned::LocalPoolHandle;
|