Crate concurrent_pqueue

Crate concurrent_pqueue 

Source

Structs§

PQueue
Priority queue wrapper with internal synchronization using Arc and Mutex for thread safety.
PQueueStats
Statistics for the priority queue, returned by the stats method.

Traits§

PQueueOperations
Trait defining the core operations for a priority queue. This abstraction allows for different implementations while maintaining a consistent API.