Replies: 2 comments 3 replies
-
c.f. #43 |
Beta Was this translation helpful? Give feedback.
0 replies
-
23.3.0 with Trio support is on PyPI: #44 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does stamina support Trio?
Tenacity is documented as doing so if you pass the correct sleep function, i.e.
@retry(sleep=trio.sleep)
. But stamina doesn't offer the API so I'm guessing no?I think anyio would solve this? Or if a whole extra dependency is too heavyweight, vendor the slice of anyio that resolves the correct sleep function to use?
Beta Was this translation helpful? Give feedback.
All reactions