Type Alias hermit_sync::InterruptOnceCell
source · pub type InterruptOnceCell<T> = OnceCell<RawInterruptSpinMutex, T>;Expand description
A generic_once_cell::OnceCell, initialized using RawInterruptSpinMutex.
Aliased Type§
struct InterruptOnceCell<T>(/* private fields */);