mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
tokio: re-export sync::{lock,mpsc} (#1208)
These types have been updated already.
This commit is contained in:
parent
11f6b2862f
commit
e9aaacddbd
@ -13,4 +13,4 @@
|
|||||||
//! - [watch](watch/index.html), a single-producer, multi-consumer channel that
|
//! - [watch](watch/index.html), a single-producer, multi-consumer channel that
|
||||||
//! only stores the **most recently** sent value.
|
//! only stores the **most recently** sent value.
|
||||||
|
|
||||||
pub use tokio_sync::{/*lock, mpsc,*/ oneshot, watch};
|
pub use tokio_sync::{lock, mpsc, oneshot, watch};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user