class LightIO::Watchers::Schedule

Public Instance Methods

start(ioloop) click to toggle source
# File lib/lightio/watchers/schedule.rb, line 4
def start(ioloop)
  ioloop.add_callback(&@callback)
end