anyio (and possibly) trio support #1607
reneleonhardt
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it already possible to use tqdm with other async abstractions/implementations like anyio (or trio)?
Adapted from the first examples of
https://anyio.readthedocs.io/en/stable/tasks.html#creating-and-managing-tasks
and
https://www.python-httpx.org/async/#anyio
pip install -U "anyio[trio]" tqdm
Beta Was this translation helpful? Give feedback.
All reactions