concurrent-pqueue 0.4.0

A high-performance, thread-safe priority queue with dynamic priority updates
Documentation
[dependencies.chrono]
features = ["clock", "std"]
version = "~0.4"

[lib]
name = "concurrent_pqueue"
path = "src/lib.rs"

[package]
authors = ["Dwayn Matthies <dwayn.matthies@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "concurrency"]
description = "A high-performance, thread-safe priority queue with dynamic priority updates"
edition = "2021"
keywords = ["priority-queue", "concurrent", "thread-safe", "data-structures"]
license = "MIT"
name = "concurrent-pqueue"
readme = "README.md"
repository = "https://github.com/dwayn/pqueue"
rust-version = "1.70"
version = "0.4.0"