Pudu programming language
Menu
API reference

Std.App.Work.Due

1 declaration

type

Due

This declaration introduces a public type.

What it does

When a job is due again.

The two intervals are both here because they answer different needs, and a

scheduler offering one is wrong for half the jobs it is given. Measured

from the end, a job that overruns simply runs less often; measured from the

start, it keeps its cadence and the skipped turns absorb the overrun.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.App.WorkSearch related declarations