Indicates that a worker thread has exited
| 80 | |
| 81 | |
| 82 | class WorkerThreadExited: |
| 83 | """Indicates that a worker thread has exited""" |
| 84 | |
| 85 | ExcStr = str |
| 86 | QueueOutput = tuple[Literal[False], MultiprocessResult] | tuple[Literal[True], ExcStr] |
no outgoing calls
no test coverage detected
searching dependent graphs…