Sign in
◑
Theme
rust
/
rust
/
df734af6ae8a7fdc287c5da23fe610573bf2a761
/
.
/
library
/
core
/
src
/
sync
/
mod.rs
blob: 6c2660263a7057df9bad1aab75a8ef55e35b24ba [
file
]
//! Synchronization primitives
#![
stable
(
feature
=
"rust1"
,
since
=
"1.0.0"
)]
pub
mod
atomic
;
mod
sync_view
;
#[
unstable
(
feature
=
"exclusive_wrapper"
,
issue
=
"98407"
)]
pub
use
sync_view
::
SyncView
;