class Rufus::Scheduler::SignalScheduler
10 / USR1 signal.
A rufus-scheduler that steps only when the ruby process receives the
def initialize (opts={})
def initialize (opts={}) super(opts) trap(@options[:signal] || 10) do step end end
def stop
def stop trap(@options[:signal] || 10) end