arcu 0.1.1

An Rcu implementation using an Arc to keep the read critical section should and handle cleanup
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[features]
global_counters = ["std"]
std = []
thread_local_counter = ["std", "global_counters"]

[package]
categories = ["no-std", "concurrency", "data-structures"]
description = "An Rcu implementation using an Arc to keep the read critical section should and handle cleanup"
edition = "2021"
keywords = ["rcu", "synchronization"]
license = "MIT OR Apache-2.0"
name = "arcu"
repository = "https://github.com/Skgland/Arcu"
rust-version = "1.65.0"
version = "0.1.1"