Type Definition hermit_sync::InterruptLazy

source ·
pub type InterruptLazy<T, F = fn() -> T> = Lazy<RawInterruptMutex<RawSpinMutex>, T, F>;