88 89 90
# File 'lib/zold/thread_pool.rb', line 88 def join(sec) @threads.each { |t| t.join(sec) } end