faa_array_queue 0.1.2

Fetch-And-Add Array Queue implementation for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.array-macro]
version = "2.0"

[dependencies.peril]
version = "0.4"

[package]
authors = ["junkerjorg <junkerjorg(twenty-one)(at)protonmail(dot)ch>"]
categories = ["concurrency", "algorithms"]
description = "Fetch-And-Add Array Queue implementation for Rust."
edition = "2018"
homepage = "https://github.com/junkerjorg/faa_array_queue"
keywords = ["lock-free", "queue", "mpmc"]
license = "MIT"
name = "faa_array_queue"
readme = "README.md"
repository = "https://github.com/junkerjorg/faa_array_queue"
version = "0.1.2"