atomic_state/state/
mod.rs

1pub mod state;   pub use state::AtomState;
2pub mod guard;   pub use guard::AtomStateGuard;
3// pub mod reff;    pub use reff::AtomStateRef;
4
5pub(super) const ERR_MSG: &str = "The data has been poisoned!";