qrwcell 0.2.0

Read-write cell that aims to reduce the amount of blocking compared to a single read-write lock.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.parking_lot]
version = "0.11"

[package]
authors = ["Armand-Cezar Mathe <me@cezarmathe.com>"]
description = "Read-write cell that aims to reduce the amount of blocking compared to a single read-write lock."
edition = "2018"
homepage = "https://github.com/cezarmathe/qrwcell"
license = "MIT"
name = "qrwcell"
readme = "README.md"
repository = "https://github.com/cezarmathe/qrwcell"
version = "0.2.0"