cpq 0.2.0

A Concurrent Priority Queue implemented in Safe Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.parking_lot]
version = "0.12"

[package]
description = "A Concurrent Priority Queue implemented in Safe Rust."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "cpq"
readme = "README.md"
repository = "https://github.com/hankjordan/cpq"
resolver = "2"
version = "0.2.0"