Use Crossbeam's Parker/Unparker (#528)

This commit is contained in:
Stjepan Glavina
2019-01-02 21:51:22 -08:00
committed by Carl Lerche
parent 9a8d087c69
commit 5e2d93f060
5 changed files with 31 additions and 199 deletions
+1
View File
@@ -35,6 +35,7 @@
//! [`Park`]: park/index.html
//! [`Future::poll`]: https://docs.rs/futures/0.1/futures/future/trait.Future.html#tymethod.poll
extern crate crossbeam_utils;
extern crate futures;
mod enter;