Make WorkerId public (#460)

This commit is contained in:
Stjepan Glavina
2018-07-02 13:34:08 -07:00
committed by Carl Lerche
parent 24d99c029e
commit dbefa67058
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -149,4 +149,4 @@ pub use builder::Builder;
pub use sender::Sender;
pub use shutdown::Shutdown;
pub use thread_pool::ThreadPool;
pub use worker::Worker;
pub use worker::{Worker, WorkerId};