hololinked.core.eventloop.scheduler.Scheduler
Scheduler class to schedule the operations of a thing either in queued mode, or a one-shot mode in either async or threaded loops.
Source code in repo/hololinked/hololinked/core/eventloop/scheduler.py
Functions
__init__
Source code in repo/hololinked/hololinked/core/eventloop/scheduler.py
dispatch_job
next_job
has_job
wait_for_job
async
wait_for_operation
async
Wait, on the Thing's loop, until an operation has been handed over for execution.
Source code in repo/hololinked/hololinked/core/eventloop/scheduler.py
wait_for_reply
async
Wait, on the listener loop, until the Thing has finished and produced a reply.