read-write-api 0.16.0

Provides an interface to unify single-threaded code and RwLocks-based code.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.parking_lot]
version = "0.12"

[package]
authors = ["Andrew Sonin <sonin.cel@yandex.ru>"]
categories = ["concurrency"]
description = "Provides an interface to unify single-threaded code and RwLocks-based code."
edition = "2021"
keywords = ["mutex", "condvar", "rwlock", "once", "thread"]
license = "MIT"
name = "read-write-api"
readme = "README.md"
repository = "https://github.com/andrewsonin/read_write_api"
rust-version = "1.65"
version = "0.16.0"