R/Job.R
FutureJob.Rd
A Job that leverages the future framework to evaluate asynchronously.
Job
future
library(future) plan(multicore, workers = 1) d <- delayed(3 + 4) sched <- Scheduler$new(d, FutureJob, nworkers = 1)