mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
threadpool: move threadpool into tokio-executor (#1452)
The threadpool is behind a feature flag. Refs: #1264
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
use tokio_threadpool;
|
||||
use tokio_executor::threadpool::Builder;
|
||||
|
||||
use self::tokio_threadpool::Builder;
|
||||
use std::future::Future;
|
||||
use std::io;
|
||||
use std::sync::mpsc;
|
||||
|
||||
Reference in New Issue
Block a user