mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
Expose thread_pool::SpawnHandle (#604)
This commit is contained in:
parent
89d969d518
commit
19d5565442
@ -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};
|
||||
|
Loading…
x
Reference in New Issue
Block a user