arc-slice 0.1.0

Shared memory slices
Documentation
1
2
3
4
5
#[cfg(not(feature = "portable-atomic"))]
pub(crate) use core::sync::atomic::*;

#[cfg(feature = "portable-atomic")]
pub(crate) use portable_atomic::*;