mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
Use Crossbeam's Parker/Unparker (#528)
This commit is contained in:
committed by
Carl Lerche
parent
9a8d087c69
commit
5e2d93f060
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user