Expand description
RAII spin mutex with irqsave. the spin mutex part is core::spin::Mutex
it seems that this can handle nested calls.
stuffs are learned from: https://mara.nl/atomics/building-spinlock.html
RAII spin mutex with irqsave. the spin mutex part is core::spin::Mutex
it seems that this can handle nested calls.
stuffs are learned from: https://mara.nl/atomics/building-spinlock.html