tokio-1.6.4

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

AI Summary

Patch release fixing an 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.6.3.

### Fixed

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