From 577d86f90dcfe2af074298bbac38f88ed9cf2ba5 Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Tue, 1 Apr 2025 09:34:49 +0200 Subject: [PATCH] vault backup: 2025-04-01 09:34:49 --- Concurrent Systems/notes/10 - Consensus Implementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Concurrent Systems/notes/10 - Consensus Implementation.md b/Concurrent Systems/notes/10 - Consensus Implementation.md index 1963ff4..fd15b8e 100644 --- a/Concurrent Systems/notes/10 - Consensus Implementation.md +++ b/Concurrent Systems/notes/10 - Consensus Implementation.md @@ -128,4 +128,4 @@ propose(v) := return tmp ``` -Exercise: devise a consensus object with `CN = ∞` by using the compare&swap \ No newline at end of file +Exercise: devise a consensus object with `CN = ∞` by using the compare&swap that returns booleans. \ No newline at end of file