Threadpool refactor (#294)

* Switch worker lifecycle to an enum
* Move some files around
* Rename State -> PoolState
This commit is contained in:
Carl Lerche
2018-04-03 22:35:59 -07:00
committed by GitHub
parent 3ba5595233
commit 79afc7ee68
12 changed files with 340 additions and 224 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
use builder::Builder;
use inner::Inner;
use pool::Inner;
use sender::Sender;
use shutdown::Shutdown;