MCPcopy
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
61class _ActiveThreadCount:
62 count: int
63 event: Event
64
65
66_active_threads_local: RunVar[_ActiveThreadCount] = RunVar("active_threads")

Callers 1

_track_active_threadFunction · 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…