anyio or trio support possible? #309
reneleonhardt
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
|
Sorry for posting in an old thread, but for AnyIO it was always there: https://anyio.readthedocs.io/en/stable/synchronization.html#capacity-limiters Same for Trio, it already has such thing: https://trio.readthedocs.io/en/stable/reference-core.html#trio.CapacityLimiter |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I'd have to find time to research this, and time is in short supply. I'll do my best to find some. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just a thought, I was using anyio with the trio backend so the AsyncLimiter didn't work.
Beta Was this translation helpful? Give feedback.
All reactions