aarc 0.2.0

Atomically updatable variants of Arc and Weak for lock-free concurrency.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dev-dependencies.rand]
version = "0.8"

[package]
categories = ["concurrency", "memory-management", "data-structures", "algorithms"]
description = "Atomically updatable variants of Arc and Weak for lock-free concurrency."
edition = "2021"
exclude = [".github/", ".gitignore", "target/"]
homepage = "https://github.com/aarc-rs/aarc"
keywords = ["atomic", "arc", "thread-safe", "sync", "lock-free"]
license = "MIT"
name = "aarc"
readme = "README.md"
repository = "https://github.com/aarc-rs/aarc"
version = "0.2.0"