mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
Export sync::Barrier from tokio::sync (#1577)
This commit is contained in:
parent
80ba2a4ff6
commit
6611b32cce
@ -13,5 +13,6 @@
|
||||
//! - [watch](watch/index.html), a single-producer, multi-consumer channel that
|
||||
//! only stores the **most recently** sent value.
|
||||
|
||||
pub use tokio_sync::Barrier;
|
||||
pub use tokio_sync::{mpsc, oneshot, watch};
|
||||
pub use tokio_sync::{Mutex, MutexGuard};
|
||||
|
Loading…
x
Reference in New Issue
Block a user