Learn R Programming

delayed (version 0.4.0)

Scheduler: Scheduler class that orders compute tasks and dispatches tasks to workers

Description

Scheduler class that orders compute tasks and dispatches tasks to workers

Arguments

Examples

Run this code
d <- delayed(3 + 4)
sched <- Scheduler$new(d, SequentialJob)
sched$compute()

Run the code above in your browser using DataLab