Method: Zold::ThreadPool#join

Defined in:
lib/zold/thread_pool.rb

#join(sec) ⇒ Object



88
89
90
# File 'lib/zold/thread_pool.rb', line 88

def join(sec)
  @threads.each { |t| t.join(sec) }
end