Function release
Source pub unsafe fn release(restore_state: RestoreState)
Expand description
Release the critical section.
This function is extremely low level. Strongly prefer using with instead.
ยงSafety
See acquire for the safety contract description.