Type Alias hermit_sync::InterruptLazy
source · pub type InterruptLazy<T, F = fn() -> T> = Lazy<RawInterruptSpinMutex, T, F>;Expand description
A generic_once_cell::Lazy, initialized using RawInterruptSpinMutex.
pub type InterruptLazy<T, F = fn() -> T> = Lazy<RawInterruptSpinMutex, T, F>;A generic_once_cell::Lazy, initialized using RawInterruptSpinMutex.