class documentation

class LocalWorkerPool: (source)

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): (source)

Undocumented

Parameters
reactor:interfaces.IReactorProcessUndocumented
Returns
StartedLocalWorkerPoolUndocumented
_autostop: bool = (source)

Undocumented

Undocumented