Login
From:
Python documentation
(Uncensored)
subscribe
Runners — Python 3.13.2 documentation
https://docs.python.org/3/library/asyncio-runner.html
links
backlinks
Roast topics
Find topics
Find it!
Source code: Lib/asyncio/runners.py This section outlines high-level asyncio primitives to run asyncio code. They are built on top of an event loop with the aim to simplify async code usage for com...