Class
Parallel
In:
lib/parallel.rb
Parent:
Object
Methods
each
each_with_index
in_processes
in_threads
map
map_with_index
processor_count
Classes and Modules
Class
Parallel::ExceptionWrapper
Constants
VERSION
=
File.read( File.join(File.dirname(__FILE__),'..','VERSION') ).strip
Public Class methods
each
(array, options={}, &block)
each_with_index
(array, options={}, &block)
in_processes
(options = {}, &block)
in_threads
(options={:count => 2}) {|i| ...}
map
(array, options = {}, &block)
map_with_index
(array, options={}, &block)
processor_count
()
[Validate]