PollQueue
- class pyrogue.PollQueue(*, root)[source]
Poll queue scheduler.
- Parameters:
root (
Root) – Root object used for update grouping.
- updatePollInterval(var)[source]
Update polling interval for a variable.
- Parameters:
var (
BaseVariable) – Variable whose poll interval changed.- Return type:
- peek()[source]
Return (but don’t pop) the top entry in the queue.
- Return type:
PollQueueEntry|None