devela 0.27.0

A development layer of coherence.
Documentation
// devela::work::sync::atomic
//
#![doc = crate::_DOC_WORK_SYNC_ATOMIC!()] // public
#![doc = crate::_doc!(modules: crate::work::sync; atomic)]
#![doc = crate::_doc!(flat:"work")]
#![doc = crate::_doc!(extends: sync)]
//
// IMPROVE: move _reexport_dep to base_core

mod _reexport_core;
mod _reexport_dep; // from dep_atomic, dep_portable_atomic (and impls ConstInit)

crate::structural_mods! { // _reexports
    _reexports {
        pub use super::{
            _reexport_core::*,
            _reexport_dep::*,
        };
    }
}