Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: Use non-SeqCst in module example of atomics
I done this for this reasons: 1. The example now shows that there is more Orderings than just SeqCst. 2. People who would copy from example would now have more suitable orderings for the job. 3. SeqCst is both much harder to reason about and not needed in most situations. IMHO, we should encourage people to think and use memory orderings that is suitable to task instead of blindly defaulting to SeqCst.
- Loading branch information