RubyGems Navigation menu

in-parallel 1.0.1

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.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.0.1 - August 24, 2023 (22 KB)
  2. 1.0.0 - March 15, 2023 (22 KB)
  3. 0.1.17 - February 07, 2017 (20.5 KB)
  4. 0.1.16 - February 06, 2017 (20 KB)
  5. 0.1.15 - August 08, 2016 (20 KB)
Show all versions (18 total)

Owners:

Pushed by:

Authors:

  • samwoods1

SHA 256 checksum:

75a50b6f850d7669fb1fe9113ff4a1fe2dcbd68f36c5ddaa27322694c1352448

Total downloads 2,624,618

For this version 89,745

License:

MIT

Required Ruby Version: >= 0

Links: