hololinked.core.eventloop.scheduler.QueuedScheduler
Bases: Scheduler
Scheduler class to schedule the operations of a thing in a queued loop.
Source code in repo/hololinked/hololinked/core/eventloop/scheduler.py
Functions
__init__
Source code in repo/hololinked/hololinked/core/eventloop/scheduler.py
dispatch_job
Append a job to the queue, to be run once everything ahead of it has finished.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
|
Job
|
the operation to run, and the future that answers whoever submitted it |
required |