class

ParallelEach

ruby latest stable - Superclass: Object

Class deprecated or moved

This class is deprecated or moved on the latest stable version. The last existing version (v2_1_10) is shown here.

Provides a parallel #each that lets you enumerate using N threads. Use environment variable N to customize. Defaults to 2. Enumerable, so all the goodies come along (tho not all are wrapped yet to return another ParallelEach instance).

Included modules

  • Enumerable

Constants

N = (ENV['N'] || 2).to_i

Files

  • lib/minitest/parallel_each.rb