vault backup: 2025-03-25 08:43:01
This commit is contained in:
parent
14ec6de2c2
commit
32ee969e6a
2 changed files with 3 additions and 3 deletions
4
.obsidian/workspace.json
vendored
4
.obsidian/workspace.json
vendored
|
@ -229,10 +229,10 @@
|
|||
"companion:Toggle completion": false
|
||||
}
|
||||
},
|
||||
"active": "0d64f519fd7f9420",
|
||||
"active": "879210c00db77468",
|
||||
"lastOpenFiles": [
|
||||
"Concurrent Systems/slides/class 8.pdf",
|
||||
"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/images/Pasted image 20250324091452.png",
|
||||
"Concurrent Systems/slides/class 7.pdf",
|
||||
|
|
|
@ -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
|
||||
NEED_HELP[1..n] : SWMR atomic R/W boolean registers init at false
|
||||
|
||||
need_help(i) :=
|
||||
NEED_HELP[i] <- true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue