crossbeam-stm 0.5.0

Atomically updatable Arc
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "crossbeam-stm"
version = "0.5.0"
description = "Atomically updatable Arc"
license = "MIT/Apache-2.0"
readme = "README.md"
authors = ["k3d3 <k@3d3.ca>"]
repository = "https://github.com/k3d3/crossbeam-stm"
homepage = "https://github.com/k3d3/crossbeam-stm"
documentation = "https://docs.rs/crossbeam-stm"

[dependencies]
crossbeam-epoch = "0.4"

[dev-dependencies]
parking_lot = "0.5.5"