Method: Fluent::PluginHelper::Thread#initialize
- Defined in:
- lib/fluent/plugin_helper/thread.rb
#initialize ⇒ Object
117 118 119 120 121 122 |
# File 'lib/fluent/plugin_helper/thread.rb', line 117 def initialize super @_threads_mutex = Mutex.new @_threads = {} @_thread_wait_seconds = THREAD_DEFAULT_WAIT_SECONDS end |