A Job that will evaluate immediately (i.e., in a sequential fashion), blocking the current process until it completes.

Examples

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