key-message-channel 0.1.0

Multi-producer single-consumer queue capable of queuing messages by message key.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "key-message-channel"
version = "0.1.0"
edition = "2021"
description = "Multi-producer single-consumer queue capable of queuing messages by message key."
categories = ["channel"]
keywords = ["channel"]
license = "MIT"
repository = "https://github.com/observerw/message_channel"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
parking_lot = "0.12"
riffy = "0.1.0"

[target.'cfg(loom)'.dependencies]
loom = "0.5"