vault backup: 2025-04-04 23:35:06

This commit is contained in:
Marco Realacci 2025-04-04 23:35:06 +02:00
parent 9f60c567c9
commit 96872ffa06
2 changed files with 7 additions and 7 deletions

View file

@ -62,7 +62,7 @@ function withdraw() {
While `read()` and `write()` may be considered as atomic, their sequential composition **is not**.
![[Pasted image 20250303090135.png]]
![[images/Pasted image 20250303090135.png]]
#### Mutual Exclusion (MUTEX)
Ensure that some parts of the code are executed as *atomic*.