vault backup: 2025-04-02 23:05:03

This commit is contained in:
Marco Realacci 2025-04-02 23:05:03 +02:00
parent 12ee093af9
commit c14ac3253c
2 changed files with 6 additions and 7 deletions

View file

@ -27,12 +27,12 @@
"state": {
"type": "markdown",
"state": {
"file": "Concurrent Systems/test/Untitled.md",
"file": "Concurrent Systems/notes/1 - CS Basics.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Untitled"
"title": "1 - CS Basics"
}
}
],
@ -89,8 +89,7 @@
"title": "Segnalibri"
}
}
],
"currentTab": 1
]
}
],
"direction": "horizontal",
@ -206,14 +205,14 @@
"companion:Toggle completion": false
}
},
"active": "ae1e669229aa09dc",
"active": "2b2245f56092006e",
"lastOpenFiles": [
"Concurrent Systems/notes/4b - Monitors.md",
"Concurrent Systems/notes/1 - CS Basics.md",
"Concurrent Systems/test/Untitled.md",
"Concurrent Systems/notes/4 - Semaphores.md",
"Concurrent Systems/test",
"Concurrent Systems/notes/3a - Hardware primitives & Lamport Bakery algorithm.md",
"Concurrent Systems/notes/1 - CS Basics.md",
"Concurrent Systems/notes/9 - Consensus.md",
"Concurrent Systems/notes/6 - Atomicity.md",
"Concurrent Systems/notes/5 - Software Transactional Memory.md",

View file

@ -1,3 +1,3 @@
```
rendezvous() :=
barrier() :=
```