Sha256: 8058fd39d7ac9b91316f0a4655b084f8b859a7d08c54bf3f90b4f24de0c35248
Contents?: true
Size: 219 Bytes
Versions: 4
Compression:
Stored size: 219 Bytes
Contents
# forkoff makes it trivial to do parallel processing with ruby, the following # prints out each word in a separate process # require 'forkoff' %w( hey you ).forkoff!{|word| puts "#{ word } from #{ Process.pid }"}
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
forkoff-1.2.0 | samples/a.rb |
forkoff-1.1.1 | samples/a.rb |
forkoff-1.1.0 | samples/a.rb |
forkoff-0.0.4 | samples/a.rb |