-
Notifications
You must be signed in to change notification settings - Fork 0
5 REQ qa.perf.locks
Manuel Hatzl edited this page Aug 24, 2023
·
3 revisions
References:
- in branch main: 1
Use as few write-locks as possible, and prefer RwLock
over Mutex
.
Note: RwLock
allows multiple read-locks on the same shared data.
Please create an issue if you found any spelling mistakes.
You may also create an issue if you think the content of this wiki should be improved.
Note: This wiki is managed in its own repository. Any commits made using the edit
button will be overwritten.
Note: Issues for the wiki are handled in the evident repository, but pull requests for the wiki are handled in the evident-wiki repository.
This wiki is MIT licensed, and works together with the evident crate.