devela_base_alloc 0.26.0

base alloc shared functionality for devela
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// devela_base_alloc::work::sync
//
#![doc = crate::_DOC_WORK_SYNC!()] // public
#![doc = crate::_doc!(modules: crate::work; sync)]
#![doc = crate::_doc!(flat:"work")]
#![doc = crate::_doc!(extends: sync)]
//
// safety
#![cfg_attr(feature = "safe_work", forbid(unsafe_code))]

mod _reexport;

crate::structural_mods! { // _reexports
    _reexports { pub use super::_reexport::*; }
}