mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
util: add spawn_pinned (#3370)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
//! Extra utilities for spawning tasks
|
||||
|
||||
mod spawn_pinned;
|
||||
pub use spawn_pinned::LocalPoolHandle;
|
||||
Reference in New Issue
Block a user