We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1888ae commit 6b5d100Copy full SHA for 6b5d100
plugwise_usb/connection/queue.py
@@ -28,9 +28,10 @@ class RequestState:
28
29
30
class DroppingPriorityQueue(Queue):
31
- """Define a queue that has a maximum size.
+ """Define a priority queue that has a maximum size.
32
33
- Older entries are dropped when the queue reaches its maximum size.
+ First lowest-priority items and then oldest items are dropped
34
+ when the queue reaches its maximum size.
35
"""
36
37
def _init(self, maxsize):
0 commit comments