mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-18 00:00:09 +02:00
There is a deadlock that can occur when the concurrent runtime shuts down. This patch adds a test and fix. Fixes #401.
There is a deadlock that can occur when the concurrent runtime shuts down. This patch adds a test and fix. Fixes #401.