vault backup: 2025-03-12 10:59:27
This commit is contained in:
parent
60d4e7ea2d
commit
cc646c8e2a
2 changed files with 7 additions and 2 deletions
|
@ -89,3 +89,8 @@ B.consume() :=
|
|||
return tmp
|
||||
```
|
||||
|
||||
> [!note] Downside
|
||||
> Reading from / writing into the buffer can be very expensive!
|
||||
|
||||
#### (Multiple) Producers/Consumers
|
||||
**Accessing BUF in MUTEX slows down the implementation**
|
Loading…
Add table
Add a link
Reference in a new issue