Sha256: 6fa67fc7d360dd6c5427a34b92d00b5d3dde546ccf13f6522dd7c2258be9c148
Contents?: true
Size: 153 Bytes
Versions: 14
Compression:
Stored size: 153 Bytes
Contents
module LightIO module Watchers class Schedule < Watcher def start(ioloop) ioloop.add_callback(&@callback) end end end end
Version data entries
14 entries across 14 versions & 1 rubygems