class documentation
class StartedWorkerPool: (source)
A pool of workers which have already been started.
Async Method | join |
Shut down all of the workers in the pool. |
Async Method | run |
Run an action on all of the workers in the pool. |
Instance Variable | amp |
AMP protocol instances corresponding to the worker child processes. |
Instance Variable | test |
An object representing the cooperative lock this pool holds on its working directory. |
Instance Variable | test |
The open overall test log file. |
Instance Variable | workers |
Objects corresponding to the worker child processes and adapting between process-related interfaces and IProtocol. |
Instance Variable | working |
A directory holding the working directories for each of the workers. |
Class Variable | _logger |
Undocumented |
Objects corresponding to the worker child processes and adapting between process-related interfaces and IProtocol.