Hacker News new | ask | show | jobs
by fizx 6566 days ago
gem install facets require "rubygems" require "facets/thread" %w[a b c].threaded_map{|str| puts str }

It's multicore if you're using jruby.