Skip to main content

Module sync

Module sync 

Source
Expand description

Syncing datatypes like IrqMutex

Authors: MarioS271

Modulesยง

irq_mutex ๐Ÿ”’
Interrupt-aware spinlock (IrqMutex).
niche_cell ๐Ÿ”’
NicheCell datatype; a wrapper around UnsafeCell<Option<T>> which is designed to take advantage of niche optimization
unchecked_cell ๐Ÿ”’
UncheckedCell datatype; a convenience wrapper around UnsafeCell<MaybeUninit<T>>