Structs§
- PQueue
- Priority queue wrapper with internal synchronization using Arc and Mutex for thread safety.
- PQueue
Stats - Statistics for the priority queue, returned by the
statsmethod.
Traits§
- PQueue
Operations - Trait defining the core operations for a priority queue. This abstraction allows for different implementations while maintaining a consistent API.