Method: Fluent::PluginHelper::Thread#_threads
- Defined in:
- lib/fluent/plugin_helper/thread.rb
#_threads ⇒ Object (readonly)
stop : mark callback thread as stopped shutdown : [-] close : correct stopped threads terminate: kill all threads
30 31 32 |
# File 'lib/fluent/plugin_helper/thread.rb', line 30 def _threads @_threads end |