Scheduler: Scheduler class that orders compute tasks and dispatches...

SchedulerR Documentation

Scheduler class that orders compute tasks and dispatches tasks to workers

Description

Scheduler class that orders compute tasks and dispatches tasks to workers

Examples

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

delayed documentation built on Oct. 20, 2022, 1:06 a.m.