atomic-array 0.3.0

Defines several array types in which elements may be updated atomically. Intended to provide atomic array types similar to those found in java.util.concurrent.atomic in Java.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "atomic-array"
version = "0.3.0"
authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
description = "Defines several array types in which elements may be updated atomically. Intended to provide atomic array types similar to those found in java.util.concurrent.atomic in Java."
keywords = ["atomic", "array"]
categories = ["asynchronous", "concurrency", "data-structures"]
license = "MIT/Apache-2.0"
readme = "README.md"
homepage = "https://github.com/mehcode/atomic-array-rs"

[dependencies]
atomic-ref2 = "0.1"