lockpool 0.2.0

This library offers a pool of locks where individual locks can be locked/unlocked by key
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.owning_ref]
version = "^0.4.1"

[package]
authors = ["Sebastian Messmer <messmer@cryfs.org>"]
categories = ["asynchronous", "concurrency"]
description = "This library offers a pool of locks where individual locks can be locked/unlocked by key"
documentation = "https://docs.rs/lockpool"
edition = "2018"
homepage = "https://github.com/smessmer/lockpool"
keywords = ["concurrency", "thread", "locks", "mutex"]
license = "MIT OR Apache-2.0"
name = "lockpool"
readme = "README.md"
repository = "https://github.com/smessmer/lockpool"
version = "0.2.0"