Method: Fluent::IdleEventDetector#stop
- Defined in:
- lib/flydata/fluent-plugins/idle_event_detector.rb
#stop ⇒ Object
27 28 29 30 31 32 33 |
# File 'lib/flydata/fluent-plugins/idle_event_detector.rb', line 27 def stop @thread.exit if @thread @thread = nil @is_absent = false @last_event_at = = nil @callback = nil end |