veloren/network
Marcel Märtens d37ca02913 using Locks a more sensitive way.
- 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
2020-08-23 21:43:17 +02:00
..
examples make prometheus optional in network and fix a panic in the server 2020-07-15 16:45:49 +02:00
src using Locks a more sensitive way. 2020-08-23 21:43:17 +02:00
tests Fix scheduler not really shutting down when they where listening on a Port. Add a seperate test for this. 2020-08-21 18:00:34 +02:00
Cargo.toml make prometheus optional in network and fix a panic in the server 2020-07-15 16:45:49 +02:00