Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Interoperability with asyncio #122

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.

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

Successfully merging a pull request may close this issue.

1 participant