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

Support calling asyncio-using async def functions from inside greenlets #873

Closed
Tracked by #868
itamarst opened this issue Jan 10, 2024 · 0 comments · Fixed by #877
Closed
Tracked by #868

Support calling asyncio-using async def functions from inside greenlets #873

itamarst opened this issue Jan 10, 2024 · 0 comments · Fixed by #877

Comments

@itamarst
Copy link
Contributor

itamarst commented Jan 10, 2024

This will allow eventlet-based code to use asyncio-based libraries, which gives a migration path off of eventlet for eventlet-only libraries.

This will only work if the asyncio hub is being used.

@itamarst itamarst changed the title Support calling async def functions from inside greenlets. Support calling asyncio-using async def functions from inside greenlets Jan 10, 2024
@itamarst itamarst linked a pull request Jan 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant