🗒️Job Library

There are three separate parts to the Job Library:

  • scheduled onJob# methods (compatible with rt.buffer)
  • UTC based onJobU# methods (compatible with rt.buffer)
  • flexible job list of scheduled + UTC based methods using Job Queue Objects and semaphore #Firmware/v320

Scheduled onJob callbacks

There are 32 separate jobs that can be used for regular events.

UTC based onJobU callbacks

There are 32 separate jobs that can be used for UTC based events.

List of Jobs

#Firmware/v320
The new list mechanism allows for an arbitrary number of jobs - either scheduled or UTC - that are handled by a single fast processor.

The processor will post the job entry to a specific job queue object when it's time to run.

Each job queue object can be handled in a separate thread and context.