Files
tokio/tokio-util/src
Luca Bruno ef5b6af7f6 future: clarify the fairness of FutureExt for cancellation adapters (#7512)
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.
2025-08-04 21:26:11 +08:00
..
2025-02-10 19:57:25 +03:30
2025-02-10 19:57:25 +03:30
2021-10-22 18:46:29 +02:00
2025-08-03 07:58:28 +00:00