tokio-1.7.2

tokio-rs/tokiotokio-1.7.2Jul 6, 2021by carllerche

AI Summary

Forward port of a fix to remotely abort tasks on JoinHandle::abort.

Key Highlights

  • Implemented remotely abort tasks on JoinHandle::abort

New Features

  • Remotely abort tasks on JoinHandle::abort

Full Release Notes

Forward ports 1.5.1 fixes.

### Fixed

- runtime: remotely abort tasks on `JoinHandle::abort` ([#3934])

[#3934]: https://github.com/tokio-rs/tokio/pull/3934