left-right 0.11.5

A concurrency primitive for high concurrency reads over a single-writer data structure.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.slab]
version = "0.4.1"

[package]
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
categories = ["concurrency"]
description = "A concurrency primitive for high concurrency reads over a single-writer data structure."
edition = "2018"
keywords = ["concurrency", "lock-free"]
license = "MIT OR Apache-2.0"
name = "left-right"
readme = "README.md"
repository = "https://github.com/jonhoo/left-right.git"
version = "0.11.5"
[target."cfg(loom)".dependencies.loom]
version = "0.5.6"