Move from a custom channel to futures::sync

Closes #143
This commit is contained in:
Alex Crichton
2017-01-11 11:35:45 -08:00
parent c47c445be6
commit d0833074d6
4 changed files with 34 additions and 287 deletions
-1
View File
@@ -104,7 +104,6 @@ extern crate log;
#[macro_use]
pub mod io;
mod mpsc_queue;
mod heap;
#[doc(hidden)]
pub mod channel;