mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
Threadpool refactor (#294)
* Switch worker lifecycle to an enum * Move some files around * Rename State -> PoolState
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use inner::Inner;
|
||||
use pool::Inner;
|
||||
use task::Task;
|
||||
|
||||
use std::mem;
|
||||
|
||||
Reference in New Issue
Block a user