Class
Rufus::Scheduler::CronJobQueue
In:
lib/rufus/sc/jobqueues.rb
Parent:
Object
Tracking cron jobs.
(mostly synchronizing access to the map of cron jobs)
Methods
<<
new
size
to_h
trigger_matching_jobs
unschedule
Public Class methods
new
()
Public Instance methods
<<
(job)
size
()
to_h
()
trigger_matching_jobs
(now)
unschedule
(job_id)
[Validate]