module documentation

Parallel building utilities.

Unknown Field: copyright
Copyright 2007-2022 by the Sphinx team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Variable logger Undocumented
Variable multiprocessing Undocumented
Variable parallel​_available Undocumented
Class ​Parallel​Tasks Executes nproc tasks in parallel after forking.
Class ​Serial​Tasks Has the same interface as ParallelTasks, but executes tasks directly.
Function make​_chunks Undocumented
logger =

Undocumented

multiprocessing =

Undocumented

parallel_available =

Undocumented

def make_chunks(arguments, nproc, maxbatch=10):

Undocumented

Parameters
arguments:Sequence[str]Undocumented
nproc:intUndocumented
maxbatch:intUndocumented
Returns
List[Any]Undocumented