Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python-trio/trio
/ _ActiveThreadCount
Class
_ActiveThreadCount
src/trio/_threads.py:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
60
@define
61
class
_ActiveThreadCount:
62
count: int
63
event: Event
64
65
66
_active_threads_local: RunVar[_ActiveThreadCount] = RunVar(
"active_threads"
)
Callers
1
_track_active_thread
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…