Closed larseggert closed 3 months ago
https://github.com/mozilla/neqo/blob/e3d8be487989f8fd53a04cc25162bffff63c91ba/neqo-transport/src/send_stream.rs#L1508-L1512
Looks like PriorityQueue has an iterator now? https://docs.rs/priority-queue/2.1.0/priority_queue/core_iterators/struct.Iter.html#
PriorityQueue
Ah, but it's not ordered.
https://github.com/mozilla/neqo/blob/e3d8be487989f8fd53a04cc25162bffff63c91ba/neqo-transport/src/send_stream.rs#L1508-L1512
Looks like
PriorityQueue
has an iterator now? https://docs.rs/priority-queue/2.1.0/priority_queue/core_iterators/struct.Iter.html#