//! Flash-side sync primitives: re-import stubs where flash adds no semantics
//! (`Mutex`/`RwLock` — bounded critical sections stay flash-blind by
//! contract), flash-aware primitives where it does (`Condvar`, `Notify`,
//! `mpsc`).
pub
pub
pub
pub
pub use OnceLock;
pub use Condvar;
pub use ;
pub use Notify;
pub use ;
pub use crate;