Crate async_priority_queue

Source
Expand description

An async-aware priority queue.

Structsยง

IncomingStream
A stream of items removed from the priority queue.
PopFut
A future representing an item to be removed from the priority queue.
PriorityQueue
An async-aware priority queue.