mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
Threadpool refactor (#294)
* Switch worker lifecycle to an enum * Move some files around * Rename State -> PoolState
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use pool::Inner;
|
||||
use sender::Sender;
|
||||
use inner::Inner;
|
||||
|
||||
use std::sync::atomic::Ordering::{Acquire};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user