Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Traverse asyncio.wait #6

Open
dimaqq opened this issue Sep 13, 2019 · 0 comments
Open

Traverse asyncio.wait #6

dimaqq opened this issue Sep 13, 2019 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@dimaqq
Copy link
Owner

dimaqq commented Sep 13, 2019

asyncio.wait is similar to asyncio.gather but supports more functionality:

return_when (operation mode) can be "first completed" "first exception" or "all completed".

we should report the operation mode and what's still pending behind wait.

@dimaqq dimaqq added the help wanted Extra attention is needed label Sep 13, 2019
@dimaqq dimaqq mentioned this issue Sep 13, 2019
12 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant