selinon.executor.time_queue module¶
A queue that respect timestamps of records that were pushed into it.
-
class
selinon.executor.time_queue.TimeQueue[source]¶ Bases:
objectA queue that respect timestamps of records that were pushed into it.
-
pop()[source]¶ Remove and return the top record in the queue.
Returns: time and record tuple that were stored
-
