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

Event loop integration #1088

Open
davidbrochart opened this issue Feb 6, 2023 · 0 comments
Open

Event loop integration #1088

davidbrochart opened this issue Feb 6, 2023 · 0 comments

Comments

@davidbrochart
Copy link
Collaborator

This issue is mostly for me to understand how we can move forward with the switch to AnyIO with regards to event loop integration.
It looks like this is currently done manually by the host event loop, which must call kernel.do_one_iteration() regularly.
I am wondering if we could use something like Trio's guest mode instead. There would be no need to worry about low-level details and manually run ipykernel's event loop.

cc @Carreau

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

No branches or pull requests

1 participant