mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-14 00:00:12 +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