Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _RunningLoop
Class
_RunningLoop
Lib/asyncio/events.py:746–747 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
744
745
# A TLS for the running event loop, used by _get_running_loop.
746
class
_RunningLoop(threading.local):
747
loop_pid = (None, None)
748
749
750
_running_loop = _RunningLoop()
Callers
1
events.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected