An open API service indexing awesome lists of open source software.

https://github.com/dominikschulz/sys-forkqueue

run jobs in parallel
https://github.com/dominikschulz/sys-forkqueue

parallel perl

Last synced: about 1 month ago
JSON representation

run jobs in parallel

Awesome Lists containing this project

README

          

This is the README file for Sys-ForkQueue, which
can run any number of jobs in a controlled manner in parallel.

## Description

Sys-ForkQueue provides a module
to run any number of jobs in a controlled manner in parallel.

## Installation

This package uses Dist::Zilla.

Use

dzil build

to create a release tarball which can be
unpacked and installed like any other EUMM
distribution.

perl Makefile.PL

make

make test

make install

## Documentation

Please see perldoc Sys::ForkQueue.