RwLock: 16 reader threads and 1 writer thread

Just explored a bit the locking mechanism of std::sync::RwLock.
This commit is contained in:
2022-03-10 16:32:43 +01:00
commit d755c0c1f8
4 changed files with 97 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target