Type Definition hermit_sync::InterruptOnceCell

source ·
pub type InterruptOnceCell<T> = OnceCell<RawInterruptSpinMutex, T>;
Expand description