bombs 0.2.1

Efficient single-producer multi-consumer channel types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.sptr]
version = "0.3.2"

[package]
categories = ["concurrency", "data-structures", "memory-management"]
description = "Efficient single-producer multi-consumer channel types."
edition = "2021"
keywords = ["spmc", "atomic", "non-blocking", "lock-free"]
license = "Apache-2.0"
name = "bombs"
readme = "README.md"
repository = "https://gitlab.com/nebneb0703/bombs"
version = "0.2.1"

[target."cfg(loom)".dependencies.loom]
version = "0.5.6"