class documentation

class StartedWorkerPoolBroken:

View In Hierarchy

A broken, started worker pool. Its workers cannot run actions. They always raise an exception.

Async Method join Undocumented
Async Method run Undocumented
async def join(self):

Undocumented

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

Undocumented