powered by
Scheduler class that orders compute tasks and dispatches tasks to workers
d <- delayed(3 + 4) sched <- Scheduler$new(d, SequentialJob) sched$compute()
Run the code above in your browser using DataLab