diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 7aa2533..e09ce9f 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -51,9 +51,9 @@ "type": "pdf", "state": { "file": "Concurrent Systems/slides/class 7.pdf", - "page": 10, + "page": 11, "left": -23, - "top": 90, + "top": 208, "zoom": 0.680522565320665 }, "icon": "lucide-file-text", diff --git a/Concurrent Systems/notes/7- MUTEX-free concurrency.md b/Concurrent Systems/notes/7- MUTEX-free concurrency.md index 21ac560..4f7bcea 100644 --- a/Concurrent Systems/notes/7- MUTEX-free concurrency.md +++ b/Concurrent Systems/notes/7- MUTEX-free concurrency.md @@ -176,3 +176,8 @@ pop() := return v ``` +#### Liveness theorem +the implementation of the stack is non-blocking + +*Proof:* +mi fido \ No newline at end of file