class Bootsnap::CLI::WorkerPool::Inline

def push(job, *args)

def push(job, *args)
  @jobs.fetch(job).call(*args)
  nil
end