Understanding Memory Ordering in Rust

from blog Evan Schwartz, | ↗ original
I am reading Mara Bos' Rust Atomics and Locks. On the first pass, I didn't really grok memory ordering. So here's my attempt at understanding by explaining.