cats-effect
cats-effect copied to clipboard
Optimize `SyncRef` on Native
trafficstars
Instead of wrapping AtomicRef we can directly operate on a var field using loads/stores with specific memory orderings.