cupchan 0.1.0

Simple async overwriting channel between two threads that is wait & block free by swapping cups around
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
description = "Simple async overwriting channel between two threads that is wait & block free by swapping cups around"
edition = "2021"
license = "LGPL-2.1 AND MIT AND BSD-2-Clause"
name = "cupchan"
repository = "https://github.com/zyansheep/cupchan"
resolver = "2"
version = "0.1.0"
[package.metadata.nix]
build = true
[target."cfg(loom)".dependencies.loom]
features = ["checkpoint"]
version = "0.5"