From 3691af8853097791e647a098401c4cfe8cb17335 Mon Sep 17 00:00:00 2001 From: Remi Bernotavicius Date: Wed, 13 Nov 2024 13:05:09 -0800 Subject: [PATCH] Add link to Maelstrom blog post about spawning processes on Linux This blog contains a Rust focused look at using the Linux API for spawning processes. --- draft/2024-11-13-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-11-13-this-week-in-rust.md b/draft/2024-11-13-this-week-in-rust.md index 762bd9154..687652ce5 100644 --- a/draft/2024-11-13-this-week-in-rust.md +++ b/draft/2024-11-13-this-week-in-rust.md @@ -39,6 +39,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [Spawning Processes in Linux](https://maelstrom-software.com/blog/spawning-processes-on-linux/) + ### Rust Walkthroughs ### Research