##// END OF EJS Templates
avoid deprecated get_event_loop...
avoid deprecated get_event_loop use our own `async_helpers.get_asyncio_loop` to track the global event loop script magics use dedicated background asyncio loop instead of trying to work on the main loop, which may or may not exist _AsyncIOProxy wraps background script objects to transfer awaitables across loops only works for coroutine methods, which might be good enough? Works for read, etc.
Min RK -
r27387:ce62a7a4
Show More
Name Size Modified Last Commit Author
/ IPython / terminal / pt_inputhooks
__init__.py Loading ...
asyncio.py Loading ...
glut.py Loading ...
gtk.py Loading ...
gtk3.py Loading ...
gtk4.py Loading ...
osx.py Loading ...
pyglet.py Loading ...
qt.py Loading ...
tk.py Loading ...
wx.py Loading ...