embassy-rs / atomic-polyfill

⚠️ DEPRECATED ⚠️ -- use `portable-atomic` instead.
Apache License 2.0
30 stars 14 forks source link

Handle store ordering of fetch_update correctly #5

Closed bgamari closed 3 years ago

bgamari commented 3 years ago

Previously fetch_update with an AcquireRelease ordering would require in an AcquireRelease store, which does not exist, resulting in a panic.