Process Pools.
Process Pool for processing tasks in parallel.
Parameters: |
---|
Equivalent of the :func:apply built-in function.
All callbacks and errbacks should complete immediately since otherwise the thread which handles the result will get blocked.
Is the pool full?
Returns: | True if the maximum number of concurrent processes has been reached. |
---|
Run the task pool.
Will pre-fork all workers so they’re ready to accept tasks.