ordered-channel 1.0.0

A channel that always receives messages in the correct order, even if they were sent out of order
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.crossbeam-channel]
optional = true
version = "0.5.11"

[package]
categories = ["concurrency"]
description = "A channel that always receives messages in the correct order, even if they were sent out of order"
edition = "2021"
keywords = ["queue", "heap", "priority", "sequential"]
license = "MIT OR Apache-2.0"
name = "ordered-channel"
readme = "README.md"
repository = "https://gitlab.com/kornelski/ordered-channel"
rust-version = "1.60"
version = "1.0.0"