compare: 1. `uvloop.loop.create_task()` https://github.com/MagicStack/uvloop/blob/master/uvloop/loop.pyx#L1389 with: 2. `asyncio.loop.create_task()` https://docs.python.org/3/library/asyncio-eventloop.html?#asyncio.loop.create_task
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