m-ou-se / rust-atomics-and-locks

Code examples, data structures, and links from my book, Rust Atomics and Locks.
Other
1.33k stars 120 forks source link

Missing code-markup in chapter 5? #22

Closed helixbass closed 1 year ago

helixbass commented 1 year ago

Type of error

Formatting error

Location of the error

https://marabos.nl/atomics/building-channels.html#safety-through-runtime-checks

Description of the error

"Since we now have an acquire-load of the ready flag" -> "Since we now have an acquire-load of the ready flag" (since it looks like "ready flag" is used elsewhere vs "ready flag")?