How does asyncio interact/work? #4221
Answered
by
davidhewitt
leeian1011
asked this question in
Questions
-
Beta Was this translation helpful? Give feedback.
Answered by
davidhewitt
May 31, 2024
Replies: 1 comment 2 replies
-
So at the moment in PyO3 we don't try to manage any event loop for either language in our |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
leeian1011
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So at the moment in PyO3 we don't try to manage any event loop for either language in our
experimental-async
feature. I wonder, is https://pyo3.rs/v0.21.2/ecosystem/async-await#managing-event-loops perhaps a useful starting point for you to read from?