Closed ebonnal closed 2 months ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
562c6b8
) to head (18fd582
).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
fyi @erezsh 👁️
Optimize First Done First Out aka unordereded mapping.
Removes the overhead of using futures waiting functions (
asyncio.wait(..., FIRST_COMPLETED)
orconcurrent.futures.wait(..., FIRST_COMPLETED)
) that register and remove waiters/callbacks for all futures for eachnext
.