Type Definition hermit_sync::Lazy

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