Remove uses of futures_cpupool (#220)

This commit is contained in:
Jeehoon Kang
2018-03-11 11:37:10 -07:00
committed by Carl Lerche
parent 4d514b7eb3
commit e6e3c49e0e
2 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -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};