A Job that leverages the future framework to evaluate asynchronously.

Examples

library(future) plan(multicore, workers = 1) d <- delayed(3 + 4) sched <- Scheduler$new(d, FutureJob, nworkers = 1)