mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
58fac8fe72
a release operation synchronizes with an acquire operation Change: 1. `Calls to park _synchronize-with_ calls to unpark` to `Calls to unpark _synchronize-with_ calls to park` 2. `park synchronizes-with _all_ prior unpark operations` to `_all_ prior unpark operations synchronize-with park`