sclack
sclack copied to clipboard
app: Replace @asyncio.coroutine with async def and await
Since the @asyncio.coroutine decorator will be removed in Python 3.10, this PR changes the decorator definitions into the new async def
/await
syntax, also removing warnings about the deprecated API.
Oh, just noticed this is a dup of #129. Maybe rebase+merge that one and close this one?