Sign in
fuchsia
/
third_party
/
rust-crates
/
314cbdc3cf89d20ad3a0a616935bb58941751f77
/
.
/
rustc_deps
/
vendor
/
crossbeam-utils
/
src
/
sync
/
mod.rs
blob: 176250e5d98831beb39493c259164da80808131b [
file
] [
log
] [
blame
]
//! Synchronization tools.
mod
parker
;
pub
use
self
::
parker
::{
Parker
,
Unparker
};