Update docstring for FrameProcessorQueue
Clarify the docstring for FrameProcessorQueue initialization.
This commit is contained in:
@@ -84,10 +84,10 @@ class FrameProcessorQueue(asyncio.PriorityQueue):
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
"""Initialize the FrameProcessorQueue.
|
"""Initialize the FrameProcessorQueue.
|
||||||
|
|
||||||
Args:
|
Creates a priority queue with separate counters for high and low priority
|
||||||
manager (BaseTaskManager): The task manager used by the internal watchdog queues.
|
items to maintain insertion order within each priority level.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
super().__init__()
|
super().__init__()
|
||||||
self.__high_counter = 0
|
self.__high_counter = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user