Learn R Programming

delayed (version 0.4.0)

FutureJob: Future Delayed Jobs

Description

A Job that leverages the future framework to evaluate asynchronously.

Arguments

Examples

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

Run the code above in your browser using DataLab