For python2.7 support we will need to use a compatibility layer.
http://trollius.readthedocs.io/using.html
trollius uses the same api as asyncio.
The work involves mainly implementing the AbstractEventLoop
https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.AbstractEventLoop
For python2.7 support we will need to use a compatibility layer.
http://trollius.readthedocs.io/using.html
trollius uses the same api as asyncio.
The work involves mainly implementing the AbstractEventLoop
https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.AbstractEventLoop