Trait critical_section::Impl
source · [−]This is supported on crate feature
custom-impl only.Expand description
Methods required for a custom critical section implementation.
This trait is not intended to be used except when implementing a custom critical section.
Implementations must uphold the contract specified in crate::acquire and crate::release.