critical-section icon indicating copy to clipboard operation
critical-section copied to clipboard

Replace UnsafeCell with MaybeUnit

Open jannic opened this issue 5 months ago • 6 comments

This leads to slightly better code generation in some cases where the mutex contents are accessed multiple times in a row.

Closes: #52

jannic avatar Sep 19 '24 08:09 jannic