mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-30 01:05:31 +00:00
expose sync::{Arc,Weak}
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
8be7655672
commit
fa31c6347e
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@
|
|||
//! # }) }
|
||||
//! ```
|
||||
|
||||
#[doc(inline)]
|
||||
pub use std::sync::{Arc, Weak};
|
||||
|
||||
pub use mutex::{Mutex, MutexGuard};
|
||||
pub use rwlock::{RwLock, RwLockReadGuard, RwLockWriteGuard};
|
||||
|
||||
|
|
Loading…
Reference in a new issue