From ab1d496514b6b417c9d398a15e15591c344f0edb Mon Sep 17 00:00:00 2001 From: Evan Schwartz <3262610+emschwartz@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:08:16 -0400 Subject: [PATCH] Add Understanding Memory Ordering in Rust --- draft/2024-09-18-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-09-18-this-week-in-rust.md b/draft/2024-09-18-this-week-in-rust.md index e7a3c4e54..3cc1fa5e8 100644 --- a/draft/2024-09-18-this-week-in-rust.md +++ b/draft/2024-09-18-this-week-in-rust.md @@ -41,6 +41,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [Understanding Memory Ordering in Rust](https://emschwartz.me/understanding-memory-ordering-in-rust/) + ### Research ### Miscellaneous