module documentation

Parallel building utilities.

Class ParallelTasks Executes *nproc* tasks in parallel after forking.
Class SerialTasks Has the same interface as ParallelTasks, but executes tasks directly.
Function make_chunks Undocumented
Constant HAS_MULTIPROCESSING Undocumented
Variable logger Undocumented
Variable parallel_available Undocumented
def make_chunks(arguments, nproc, maxbatch=10): (source)

Undocumented

Parameters
arguments:Sequence[str]Undocumented
nproc:intUndocumented
maxbatch:intUndocumented
Returns
list[Any]Undocumented
HAS_MULTIPROCESSING: bool = (source)

Undocumented

Value
True

Undocumented

parallel_available = (source)

Undocumented