Pudu programming language
Menu
API reference

Std.App.Work.Scheduling

1 declaration

trait

Scheduling

This declaration names behavior that types can implement.

What it does

What a schedule holds and which of its jobs are in flight.

A service adds its jobs one at a time and, when it drives them on workers of

its own, marks each as it starts and finishes. Both are several calls over

the same schedule, so as methods they read in the order the service makes

them rather than inside out.

Read the signature

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

Back to Std.App.WorkSearch related declarations