Class: Bosh::Director::ThreadPool
- Defined in:
- lib/bosh/director/thread_pool.rb
Instance Method Summary collapse
-
#initialize(options) ⇒ ThreadPool
constructor
A new instance of ThreadPool.
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() [:logger] ||= Config.logger super() end |