[go: up one dir, main page]

async-rwlock 1.3.1

Async reader-writer lock
Documentation
[dependencies.async-mutex]
version = "1.4.0"

[dependencies.event-listener]
version = "2.4.0"

[dev-dependencies.async-channel]
version = "1.4.1"

[dev-dependencies.fastrand]
version = "1.3.4"

[dev-dependencies.futures-lite]
version = "1.0.0"

[lib]
name = "async_rwlock"
path = "src/lib.rs"

[package]
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "concurrency"]
description = "Async reader-writer lock"
documentation = "https://docs.rs/async-rwlock"
edition = "2018"
homepage = "https://github.com/stjepang/async-lock"
keywords = ["asynchronous", "rwlock", "mutex", "lock", "synchronization"]
license = "Apache-2.0 OR MIT"
name = "async-rwlock"
readme = "README.md"
repository = "https://github.com/stjepang/async-lock"
version = "1.3.1"

[[test]]
name = "std"
path = "tests/std.rs"

[[test]]
name = "upgradable"
path = "tests/upgradable.rs"