Sha256: 9112899a8529d83dce8ddf6ba0d0cbcda15d8650b7fdecdd83719c16743b9390
Contents?: true
Size: 117 Bytes
Versions: 4
Compression:
Stored size: 117 Bytes
Contents
require 'spec/spec_helper.rb' Parallel.each_with_index(['a','b'], :in_threads => 2) do |x, i| print "#{x}#{i}" end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
parallel-0.4.3 | spec/cases/each_with_index.rb |
parallel-0.4.2 | spec/cases/each_with_index.rb |
lowang-parallel-0.4.2 | spec/cases/each_with_index.rb |
parallel-0.4.1 | spec/cases/each_with_index.rb |