rw_lease 0.1.0

Fast Reader-Writer lock with reader draining support. Based on a single (parameterisable) atomic usize.
Documentation
[dependencies.atomic_prim_traits]
version = "0.2"

[dependencies.primitive_traits]
version = "0.2"

[features]
default = []

[package]
authors = ["James Laver <james.laver@gmail.com>"]
categories = ["algorithms", "concurrency"]
description = "Fast Reader-Writer lock with reader draining support. Based on a single (parameterisable) atomic usize."
documentation = "https://docs.rs/rw_lease"
edition = "2018"
homepage = "https://github.com/irrustible/rw_lease"
keywords = ["lock", "rwlock", "atomic"]
license = "MPL-2.0"
name = "rw_lease"
readme = "README.md"
repository = "https://github.com/irrustible/rw_lease"
version = "0.1.0"