ChainMake::Parallel - Check requirements in parallel


ChainMake documentation  | view source Contained in the ChainMake distribution.

Index


NAME

Top

ChainMake::Parallel - Check requirements in parallel

SYNOPSIS

Top

DESCRIPTION

Top

This module works just like the ChainMake module and may be used as a drop-in replacement.

The only difference is that this module adds an additional parameter to the targets in ChainMake method: parameter parallel.

parallel

Top

  %description = (
      parallel    => 5,
  );

The parallel field defines whether or not requirements should be checked in parallel. A non-zero number will be used as the number of parallel threads.

Currently experimental and only available if perl has been compiled with ithreads.

CAVEATS/BUGS

Top

SEE ALSO

Top

ChainMake

AUTHOR/COPYRIGHT

Top


ChainMake documentation  | view source Contained in the ChainMake distribution.