From f1ec4442f1d44cf4e80d58ef3b24ddaf5ccb04b4 Mon Sep 17 00:00:00 2001 From: Oleksandr Prokhorenko Date: Mon, 31 Mar 2025 11:02:23 +0200 Subject: [PATCH 1/3] Update 2025-04-02-this-week-in-rust.md --- draft/2025-04-02-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-04-02-this-week-in-rust.md b/draft/2025-04-02-this-week-in-rust.md index 76c281316..8d3caa1b5 100644 --- a/draft/2025-04-02-this-week-in-rust.md +++ b/draft/2025-04-02-this-week-in-rust.md @@ -40,6 +40,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [Solving the ABA Problem in Rust with Hazard Pointers](https://minikin.me/blog/solving-the-aba-problem-in-rust-hazard-pointers) ### Research From 2f17210127499e402594380ce50ba3f1bbb2c232 Mon Sep 17 00:00:00 2001 From: Oleksandr Prokhorenko Date: Mon, 31 Mar 2025 11:03:01 +0200 Subject: [PATCH 2/3] Update 2025-04-02-this-week-in-rust.md --- draft/2025-04-02-this-week-in-rust.md | 1 - 1 file changed, 1 deletion(-) diff --git a/draft/2025-04-02-this-week-in-rust.md b/draft/2025-04-02-this-week-in-rust.md index 8d3caa1b5..76c281316 100644 --- a/draft/2025-04-02-this-week-in-rust.md +++ b/draft/2025-04-02-this-week-in-rust.md @@ -40,7 +40,6 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs -* [Solving the ABA Problem in Rust with Hazard Pointers](https://minikin.me/blog/solving-the-aba-problem-in-rust-hazard-pointers) ### Research From fd051f0514ddc1997f40d28ea50892bc9ca73a9f Mon Sep 17 00:00:00 2001 From: Oleksandr Prokhorenko Date: Mon, 31 Mar 2025 11:03:48 +0200 Subject: [PATCH 3/3] feat: add Solving the ABA Problem in Rust with Hazard Pointers --- draft/2025-04-02-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-04-02-this-week-in-rust.md b/draft/2025-04-02-this-week-in-rust.md index 76c281316..8d3caa1b5 100644 --- a/draft/2025-04-02-this-week-in-rust.md +++ b/draft/2025-04-02-this-week-in-rust.md @@ -40,6 +40,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [Solving the ABA Problem in Rust with Hazard Pointers](https://minikin.me/blog/solving-the-aba-problem-in-rust-hazard-pointers) ### Research