mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
Remove uses of futures_cpupool (#220)
This commit is contained in:
committed by
Carl Lerche
parent
4d514b7eb3
commit
e6e3c49e0e
@@ -87,7 +87,7 @@ mod threadpool {
|
||||
// benchmark quickly but results in poor runtime characteristics for a thread
|
||||
// pool.
|
||||
//
|
||||
// See alexcrichton/futures-rs#617
|
||||
// See rust-lang-nursery/futures-rs#617
|
||||
//
|
||||
mod cpupool {
|
||||
use futures::{task, Async};
|
||||
|
||||
Reference in New Issue
Block a user