fizx / thread_pool

Ruby Thread Pool

This URL has Read+Write access

thread_pool / Rakefile
decbea3b » Kyle Maxwell 2008-09-24 initial release 1 task :default do
2 system "gem build thread_pool.gemspec; sudo gem uninstall thread_pool; sudo gem install thread_pool"
3 end