Expose thread_pool::SpawnHandle (#604)

This commit is contained in:
Flux Xu
2018-09-10 15:51:15 -07:00
committed by Carl Lerche
parent 89d969d518
commit 19d5565442
+1 -1
View File
@@ -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};