hololinked.core.zmq.rpc_server.QueuedScheduler
Bases: Scheduler
Scheduler class to schedule the operations of a thing in a queued loop.
Source code in hololinked\core\zmq\rpc_server.py
Functions
dispatch_job
append a request message to the queue after ticking the invokation timeout clock
Parameters:
Name | Type | Description | Default |
---|---|---|---|
|
tuple of request message, event to indicate if request message can be executed, invokation timeout task and originating server of the request |
required |