Closed
Description
compare:
uvloop.loop.create_task()
https://github.com/MagicStack/uvloop/blob/master/uvloop/loop.pyx#L1389
with:
asyncio.loop.create_task()
https://docs.python.org/3/library/asyncio-eventloop.html?#asyncio.loop.create_task
compare:
uvloop.loop.create_task()
with:
asyncio.loop.create_task()