Also there is a well supported https://github.com/harvimt/quamash project for running asyncio on Qt event loop.
On Sun, Oct 29, 2017 at 8:46 PM Guido van Rossum <[email protected]> wrote: > That's a great idea. I don't think we have docs for this, but the source > of the event loop is pretty accessible. Yury has implemented a replacement > event loop in C (or was it C++?), "uvloop" so he probably has a more useful > answer. > > On Sun, Oct 29, 2017 at 4:48 AM, Ronald Oussoren <[email protected]> > wrote: > >> Hi, >> >> Is there documentation on how to implement new eventloops for asyncio? In >> particular, I intend to write an eventloop implementation for a GUI library >> (PyObjC). >> >> Ronald > > > > > -- > --Guido van Rossum (python.org/~guido) > -- Thanks, Andrew Svetlov
