mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-14 12:26:47 +00:00
Merge d03626effb
into fa29b508e1
This commit is contained in:
commit
89198e781d
1 changed files with 4 additions and 1 deletions
|
@ -178,7 +178,10 @@ pub use std::sync::{Arc, Weak};
|
||||||
pub use async_lock::{Mutex, MutexGuard, MutexGuardArc};
|
pub use async_lock::{Mutex, MutexGuard, MutexGuardArc};
|
||||||
|
|
||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
pub use async_lock::{RwLock, RwLockReadGuard, RwLockUpgradableReadGuard, RwLockWriteGuard};
|
pub use async_lock::{
|
||||||
|
RwLock, RwLockReadGuard, RwLockReadGuardArc, RwLockUpgradableReadGuard,
|
||||||
|
RwLockUpgradableReadGuardArc, RwLockWriteGuard, RwLockWriteGuardArc,
|
||||||
|
};
|
||||||
|
|
||||||
cfg_unstable! {
|
cfg_unstable! {
|
||||||
pub use async_lock::{Barrier, BarrierWaitResult};
|
pub use async_lock::{Barrier, BarrierWaitResult};
|
||||||
|
|
Loading…
Reference in a new issue