mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-15 00:00:15 +02:00
`tokio::run` expects that all futures finish processing so we can't leave `Driver` around forever or `tokio::run` would never return.
`tokio::run` expects that all futures finish processing so we can't leave `Driver` around forever or `tokio::run` would never return.