Class: Bosh::Director::ThreadPool

Inherits:
ThreadPool
  • Object
show all
Defined in:
lib/bosh/director/thread_pool.rb

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ ThreadPool

Returns a new instance of ThreadPool.



3
4
5
6
# File 'lib/bosh/director/thread_pool.rb', line 3

def initialize(options)
  options[:logger] ||= Config.logger
  super(options)
end