Type Definition hermit_sync::InterruptOnceCell
source · pub type InterruptOnceCell<T> = OnceCell<RawInterruptSpinMutex, T>;Expand description
A generic_once_cell::OnceCell, initialized using RawInterruptSpinMutex.
pub type InterruptOnceCell<T> = OnceCell<RawInterruptSpinMutex, T>;A generic_once_cell::OnceCell, initialized using RawInterruptSpinMutex.