From 6950d8ab31dd035a5445cf370214d63b3ab45dd8 Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Mon, 31 Mar 2025 09:00:43 +0200 Subject: [PATCH] vault backup: 2025-03-31 09:00:43 --- Concurrent Systems/notes/9 - Consensus.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Concurrent Systems/notes/9 - Consensus.md b/Concurrent Systems/notes/9 - Consensus.md index 1e99857..8f1c618 100644 --- a/Concurrent Systems/notes/9 - Consensus.md +++ b/Concurrent Systems/notes/9 - Consensus.md @@ -71,5 +71,6 @@ while true result_i <- res ``` This solution is non-blocking but not wait-free (can run forever). -P.S. invoc, result e Z sono varia. +P.S. *invoc_i*, *result_i* e *z_i* sono variabili locali. + ### A wait-free construction