mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-20 00:00:08 +02:00
This fixes the docstrings on `FutureExt` so that the bias and fairness notes are correct and consistent in all cases. All cancellation-related wrappers are biased towards the completion of the inner future, but they do initially check if the token is already cancelled at construction time.