Make the module Python 3.4 compatible
Opened this issue · 0 comments
abinashmeher999 commented
async
and await
syntax was introduced only in Python 3.5 but asyncio
has been there before that and not too many projects have shifted to Python 3.5 yet.
I am guessing it will be possible to port it back to asyncio coroutines.