197 198 199 200
# File 'lib/asir/thread_pool.rb', line 197 def join *args @run = false @thread.join(*args) if @thread end