class documentation

class StartedLocalWorkerPool:

View In Hierarchy

A started LocalWorkerPool.

Async Method join Undocumented
Async Method run Run the action with each local worker.
Class Variable workers Undocumented
Class Variable workingDirectory Undocumented
Class Variable _stopped Undocumented
async def join(self):

Undocumented

async def run(self, workerAction: WorkerAction[None]):

Run the action with each local worker.

workers: list[Worker] =

Undocumented

workingDirectory: FilePath[str] =

Undocumented

_stopped: Deferred[None] =

Undocumented