threadpool: move threadpool into tokio-executor (#1452)

The threadpool is behind a feature flag.

Refs: #1264
This commit is contained in:
Carl Lerche
2019-08-15 13:09:02 -07:00
committed by GitHub
parent 37131b2114
commit 3b27dc31d2
49 changed files with 166 additions and 349 deletions
+1 -2
View File
@@ -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;