parallel_each.rb

Path: lib/minitest/parallel_each.rb
Last Update: Tue May 06 14:06:00 +0000 2014

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).

Required files

thread  

[Validate]