libFenrir/src/connection
Luca Fulchir b682068dca
Test and fix shutdowns
we have a Quick but partial shutdown, which lets the async "threads"
work in the background and shutdown after a bit more time

and the graceful/full shutdown, which waits for everything.

Unfortunately `Drop` can't manage async and blocks everything,
no way to yeld either, so if we only have a thread
we would deadlock if we tried to stop things gracefully

Signed-off-by: Luca Fulchir <luca.fulchir@runesauth.com>
2023-06-11 22:45:40 +02:00
..
handshake Test and fix shutdowns 2023-06-11 22:45:40 +02:00
mod.rs Correctly test for equality the DirSync::Req 2023-06-09 20:01:18 +02:00
packet.rs Test (de)serialization of DirSync::Resp 2023-06-09 21:58:33 +02:00
socket.rs Test and fix shutdowns 2023-06-11 22:45:40 +02:00