class Procrastinator::Scheduler::WorkProxy

DSL grammar object to enable chaining work with the three work modes.

@see Scheduler#work

Attributes

workers[R]

Public Class Methods

new(workers, config) click to toggle source
# File lib/procrastinator/scheduler.rb, line 384
def initialize(workers, config)
   @workers = workers
   @config  = config
end