spmc_buffer 0.5.1

An extension of triple buffering for multiple-consumer scenarios, useful for sharing frequently updated data between threads
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[badges.travis-ci]
branch = "master"
repository = "HadrienG2/spmc-buffer"

[dependencies.testbench]
version = "^0"

[package]
authors = ["Hadrien G. <knights_of_ni@gmx.com>"]
categories = ["algorithms", "asynchronous", "concurrency", "data-structures"]
description = "An extension of triple buffering for multiple-consumer scenarios, useful for sharing frequently updated data between threads"
documentation = "https://docs.rs/spmc_buffer/"
keywords = ["synchronization", "spmc", "multithreading", "non-blocking", "wait-free"]
license = "MPL-2.0"
name = "spmc_buffer"
readme = "README.md"
repository = "https://github.com/HadrienG2/spmc-buffer"
version = "0.5.1"