Type Alias hermit_sync::InterruptLazy

source ·
pub type InterruptLazy<T, F = fn() -> T> = Lazy<RawInterruptSpinMutex, T, F>;
Expand description