Sign in
rust
/
rust
/
9ebe418dc6c3aaca3f9fa59da0b508b41bc095a2
/
.
/
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
;