tokio: re-export sync::{lock,mpsc} (#1208)

These types have been updated already.
This commit is contained in:
Carl Lerche 2019-06-26 16:54:15 -07:00 committed by GitHub
parent 11f6b2862f
commit e9aaacddbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,4 +13,4 @@
//! - [watch](watch/index.html), a single-producer, multi-consumer channel that
//! only stores the **most recently** sent value.
pub use tokio_sync::{/*lock, mpsc,*/ oneshot, watch};
pub use tokio_sync::{lock, mpsc, oneshot, watch};