Method: Fluent::PluginHelper::Thread#thread_started?

Defined in:
lib/fluent/plugin_helper/thread.rb

#thread_started?(title) ⇒ Boolean



107
108
109
110
# File 'lib/fluent/plugin_helper/thread.rb', line 107

def thread_started?(title)
  t = @_threads.values.find{|thread| title == thread[:_fluentd_plugin_helper_thread_title] }
  t && t[:_fluentd_plugin_helper_thread_started]
end