🗒️Job Library
There are three separate parts to the Job Library:
onJob#
methods (compatible with rt.buffer)onJobU#
methods (compatible with rt.buffer)onJob
callbacksThere are 32 separate jobs that can be used for regular events.
onJobU
callbacksThere are 32 separate jobs that can be used for UTC based events.
#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.