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