class documentation
Priority queue for commit processing using a min-heap.
| Method | __init__ |
Initialize an empty work list. |
| Method | add |
Add an item to the work list. |
| Method | get |
Get the highest priority item from the work list. |
| Method | iter |
Iterate over items in the work list. |
| Instance Variable | pq |
Undocumented |