ipykernel icon indicating copy to clipboard operation
ipykernel copied to clipboard

Event loop integration

Open davidbrochart opened this issue 2 years ago • 0 comments

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

davidbrochart avatar Feb 06 '23 16:02 davidbrochart