Tags: connorpower/tokio
Tags
rt: remotely abort tasks on JoinHandle::abort (tokio-rs#3934)
rt: avoid early task shutdown (tokio-rs#3870) Tokio 1.7.0 introduced a change intended to eagerly shutdown newly spawned tasks if the runtime is in the process of shutting down. However, it introduced a bug where already spawned tasks could be shutdown too early, resulting in the potential introduction of deadlocks if tasks acquired mutexes in drop handlers. Fixes tokio-rs#3869
PreviousNext