Skip to content

Interoperability with asyncio #122

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
achille-roussel opened this issue Mar 11, 2024 · 0 comments · Fixed by #174
Closed

Interoperability with asyncio #122

achille-roussel opened this issue Mar 11, 2024 · 0 comments · Fixed by #174
Labels
enhancement New feature or request

Comments

@achille-roussel
Copy link
Contributor

async functions are often used to integrate the asyncio event loop from the Python standard library, but Python async functions are a more general language concept that we use to construct to implement durable coroutines.

However, to interoperate with existing code, we should implement a bridge between the local coroutine scheduler and the asyncio event loop.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant