Sign in Sign up
rubygems

in-parallel

Many other Ruby libraries that simplify parallel execution support one primary use case - crunching through a large queue of small, similar tasks as quickly and efficiently as possible. This library primarily supports the use case of executing a few larger and unrelated tasks in parallel, automatically managing the stdout and passing return values back to the main process. This library was created to be used by Puppet's Beaker test framework to enable parallel execution of some of the framework's tasks, and allow users to execute code in parallel within their tests.

Activity

Latest release
3y ago
Total releases
18
Cadence
~6 days
Last 12 months
0

Details

License
MIT
First release
May 09, 2016
Releases
Version Released
1.0.1 patch
1.0.0 major
0.1.17 patch
0.1.16 patch
0.1.15 patch
0.1.12 patch
0.1.11 patch
0.1.10 patch
0.1.9 patch
0.1.8 patch
0.1.6 patch
0.1.7 patch
0.1.5 patch
0.1.4 patch
0.1.2 patch
0.1.3 patch
0.1.1 patch
0.1.0 initial