Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 371 Bytes

File metadata and controls

7 lines (7 loc) · 371 Bytes
pr 1690
url #1690
author LukeAVanDrie
date 2026-06-23

flowcontrol: the priority-ordered dispatch queue is now backed by the standard library container/heap and registered as PriorityQueue (previously MaxMinHeap). Any configuration that explicitly set the queue to MaxMinHeap must be updated to PriorityQueue.