mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
- replace RwLock by Mutex if it's only accessed for insert/delete - use RwLock<HashMap<Mutex>> pattern otherwise in order to allow concurrent `.read()` - fixed a deadlock O.o |
||
---|---|---|
.. | ||
examples | ||
src | ||
tests | ||
Cargo.toml |