veloren/network
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
..
benches Update Network Protocol 2021-02-22 17:34:55 +01:00
examples Update Network Protocol 2021-02-22 17:34:55 +01:00
protocol Client::new can now resolve DNS requests, better networking error messages 2021-02-22 17:35:19 +01:00
src Shutdown improvements 2021-02-26 10:50:30 +01:00
tests share tokio Runtime between Client and Server, name rayon Threadpool 2021-02-22 17:35:06 +01:00
Cargo.toml Update Network Protocol 2021-02-22 17:34:55 +01:00