mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-16 00:00:12 +02:00
Expose thread_pool::SpawnHandle (#604)
This commit is contained in:
@@ -158,5 +158,5 @@ pub use blocking::{blocking, BlockingError};
|
||||
pub use builder::Builder;
|
||||
pub use sender::Sender;
|
||||
pub use shutdown::Shutdown;
|
||||
pub use thread_pool::ThreadPool;
|
||||
pub use thread_pool::{ThreadPool, SpawnHandle};
|
||||
pub use worker::{Worker, WorkerId};
|
||||
|
||||
Reference in New Issue
Block a user