pySimBlocks.core.scheduler¶
- class pySimBlocks.core.scheduler.Scheduler(tasks: list[Task])[source]¶
Bases:
objectScheduler for dispatching tasks based on their sample times.
- tasks¶
List of tasks sorted by ascending sample time.
Bases: object
Scheduler for dispatching tasks based on their sample times.
List of tasks sorted by ascending sample time.