feat: granular locking for proper concurrent access to server process
All checks were successful
ci/woodpecker/push/clippy Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Jef Roosens 2023-08-12 11:44:35 +02:00
parent a51ff3937d
commit b3d1cec078
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
5 changed files with 43 additions and 50 deletions

View file

@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Export command no longer reads backups that do not contribute to the final
state
* Running backups no longer block stdin input or shutdown
## [0.3.1](https://git.rustybever.be/Chewing_Bever/alex/src/tag/0.3.1)