veloren/network/src
Marcel Märtens 44817870ee Shutdown improvements
- Timeout for Participant::drop, it will stop eventually
 - Detect tokio runtime in Participant::drop and no longer use std::sleep in that case (it could hang the thread that is actually doing the shutdown work and deadlock
 - Parallel Shutdown in Scheduler: Instead of a slow shutdown locking up everything we can now shutdown participants in parallel, this should reduces `WARN` part took long for shutdown dramatically
2021-02-26 10:50:30 +01:00
..
api.rs Shutdown improvements 2021-02-26 10:50:30 +01:00
channel.rs Update Network Protocol 2021-02-22 17:34:55 +01:00
lib.rs Client::new can now resolve DNS requests, better networking error messages 2021-02-22 17:35:19 +01:00
message.rs Update Network Protocol 2021-02-22 17:34:55 +01:00
metrics.rs Stabelize Network again: 2021-02-17 19:37:48 +01:00
participant.rs Update Network Protocol 2021-02-22 17:34:55 +01:00
scheduler.rs Shutdown improvements 2021-02-26 10:50:30 +01:00