You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
asyncandawaitsyntax was introduced only in Python 3.5 butasynciohas 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.