| 26 | * the pool has wired its listeners first. |
| 27 | */ |
| 28 | class FakeWorker implements PoolWorker { |
| 29 | private msgCb?: (m: unknown) => void; |
| 30 | private exitCb?: (code: number) => void; |
| 31 | alive = true; |
nothing calls this directly
no outgoing calls
no test coverage detected