class Fluent::PluginHelper::EventLoop::DefaultWatcher

watcher to block to run event loop until shutdown

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/fluent/plugin_helper/event_loop.rb, line 162
def initialize
  super(1, true) # interval: 1, repeat: true
end

Public Instance Methods

on_timer() click to toggle source

do nothing

# File lib/fluent/plugin_helper/event_loop.rb, line 166
def on_timer; end