vault backup: 2025-03-25 08:43:01

This commit is contained in:
Marco Realacci 2025-03-25 08:43:01 +01:00
parent 14ec6de2c2
commit 32ee969e6a
2 changed files with 3 additions and 3 deletions

View file

@ -229,10 +229,10 @@
"companion:Toggle completion": false "companion:Toggle completion": false
} }
}, },
"active": "0d64f519fd7f9420", "active": "879210c00db77468",
"lastOpenFiles": [ "lastOpenFiles": [
"Concurrent Systems/slides/class 8.pdf",
"Concurrent Systems/notes/8 - Enhancing Liveness Properties.md", "Concurrent Systems/notes/8 - Enhancing Liveness Properties.md",
"Concurrent Systems/slides/class 8.pdf",
"Concurrent Systems/notes/7- MUTEX-free concurrency.md", "Concurrent Systems/notes/7- MUTEX-free concurrency.md",
"Concurrent Systems/notes/images/Pasted image 20250324091452.png", "Concurrent Systems/notes/images/Pasted image 20250324091452.png",
"Concurrent Systems/slides/class 7.pdf", "Concurrent Systems/slides/class 7.pdf",

View file

@ -17,7 +17,7 @@ Can we take the most basic protocol that satisfies the most basic liveness prope
REMARK: the moment in which all variables contain the same leader is unknown REMARK: the moment in which all variables contain the same leader is unknown
``` ```
REMARK: the moment in which all variables contain the same leader is unknown NEED_HELP[1..n] : SWMR atomic R/W boolean registers init at false
need_help(i) := need_help(i) :=
NEED_HELP[i] <- true NEED_HELP[i] <- true