tokio-1.7.3

tokio-rs/tokiotokio-1.7.3Jul 19, 2021by carllerche

AI Summary

Patch release fixing a missed edge case regarding the dropping of canceled futures.

Key Highlights

  • Fixed canceled future drop logic

Full Release Notes

Fixes a missed edge case from 1.7.2.

### Fixed

- runtime: drop canceled future on next poll (#3965)