Sha256: 8e4bf4f42e4418c0aea580751f6047c40c440dca604b707addeca40f092d1ed1
Contents?: true
Size: 91 Bytes
Versions: 1
Compression:
Stored size: 91 Bytes
Contents
class Array;def pmap;map{|x|Thread.start{yield x}}.map{|t|t.join.value};end;end $r='pmap';
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fastest-0.1.0 | lib/fastest/parallel.rb |