class documentation

class LocalWorkerPool:

View In Hierarchy

Implement a worker pool that runs tests in-process instead of in child processes.

Async Method start Undocumented
Class Variable _autostop Undocumented
Class Variable _config Undocumented
Class Variable _started Undocumented
async def start(self, reactor: interfaces.IReactorProcess) -> StartedLocalWorkerPool:

Undocumented

_autostop: bool =

Undocumented

Undocumented

_started: list[StartedLocalWorkerPool] =

Undocumented