MCPcopy Index your code
hub / github.com/python/cpython / WorkerThreadExited

Class WorkerThreadExited

Lib/test/libregrtest/run_workers.py:82–83  ·  view source on GitHub ↗

Indicates that a worker thread has exited

Source from the content-addressed store, hash-verified

80
81
82class WorkerThreadExited:
83 """Indicates that a worker thread has exited"""
84
85ExcStr = str
86QueueOutput = tuple[Literal[False], MultiprocessResult] | tuple[Literal[True], ExcStr]

Callers 1

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