Method: Sequel::Database::AsyncThreadPool::JobProcessor#join

Defined in:
lib/sequel/extensions/async_thread_pool.rb

#joinObject

Join the thread, should only be called by the related finalizer.

[View source]

224
225
226
# File 'lib/sequel/extensions/async_thread_pool.rb', line 224

def join
  @thread.join
end