Trait cls::CpuAtomicGuard
source · pub trait CpuAtomicGuard: Sealed { }
Expand description
A trait abstracting over guards that ensure atomicity with respect to the current CPU.
This trait is “sealed” and cannot be implemented by anything outside this crate.