Method: Sequel::Database::AsyncThreadPool::JobProcessor#join
- Defined in:
- lib/sequel/extensions/async_thread_pool.rb
permalink #join ⇒ Object
Join the thread, should only be called by the related finalizer.
224 225 226 |
# File 'lib/sequel/extensions/async_thread_pool.rb', line 224 def join @thread.join end |