Method: ASIR::ThreadPool::Worker#join

Defined in:
lib/asir/thread_pool.rb

#join(*args) ⇒ Object



197
198
199
200
# File 'lib/asir/thread_pool.rb', line 197

def join *args
  @run = false
  @thread.join(*args) if @thread
end