mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00: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