8sileus/zedio

idle mistake, fetch_add instead load

Closed this issue · 1 comments

Yes
Thanks for your reminding, mistakes have been corrected.

A load operation with this memory order performs an acquire operation, a store performs a release operation, and read-modify-write performs both an acquire operation and a release operation, plus a single total order exists in which all threads observe all modifications in the same order