Rufus::Scheduler::SchedulerCore
A rufus-scheduler that steps only when the ruby process receives the 10 / USR1 signal.
# File lib/rufus/sc/scheduler.rb, line 382 def initialize (opts={}) super(opts) trap(@options[:signal] || 10) do step end end
# File lib/rufus/sc/scheduler.rb, line 391 def stop trap(@options[:signal] || 10) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.