Luca Fulchir
b682068dca
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> |
||
---|---|---|
.. | ||
handshake | ||
mod.rs | ||
packet.rs | ||
socket.rs |