devela_base_std 0.26.0

base std shared functionality for devela
Documentation
// devela_base_std::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)]
//

mod _reexport; // SYMLINK from /src/work/sync/_reexport_std.rs

pub mod mpsc;

crate::structural_mods! { // _pub_mods, _reexport
    _pub_mods {
        pub use super::{
            mpsc::_all::*,
        };
    }
    _reexports {
        pub use super::_reexport::*;
    }
}