critical-section
critical-section copied to clipboard
Replace UnsafeCell with MaybeUnit
This leads to slightly better code generation in some cases where the mutex contents are accessed multiple times in a row.
Closes: #52