concurrencykit 0.1.1

Modern concurrency primitives and building blocks for high performance applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "concurrencykit"
version = "0.1.1"
edition = "2021"
license = "MIT"
homepage = "http://concurrencykit.org/"
description = "Modern concurrency primitives and building blocks for high performance applications"
repository = "https://github.com/concurrencykit/ck-rust"

keywords = ["atomic", "garbage", "non-blocking", "lock-free", "rcu"]
categories = ["concurrency", "memory-management", "data-structures", "no-std"]

[dependencies]