Search notes:
Python: asyncio.run
asyncio.run(coro)
runs a
coroutine
.
See also
asyncio
Index