threadcell 0.5.0

A cell whose value can only be accessed by a owning thread
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "threadcell"
version = "0.5.0"
edition = "2021"
authors = ["Christian Thäter <ct@pipapo.org>"]
description = "A cell whose value can only be accessed by a owning thread"
license = "MIT OR Apache-2.0"
repository = "https://github.com/cehteh/threadcell.git"
keywords = ["cell", "global", "static", "cooperative"]
categories = ["concurrency"]

[dependencies]