mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-13 00:00:24 +02:00
We need to drain the queue when dropping, or else those `Arc<Task>`s will be leaked. Fixes #542
We need to drain the queue when dropping, or else those `Arc<Task>`s will be leaked. Fixes #542