bounded-pool 0.1.0

Yet Another Simple Bounded Pool in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.parking_lot]
version = "0.12"

[features]
default = []
hardware-lock-elision = ["parking_lot/hardware-lock-elision"]

[package]
authors = ["ihciah <ihciah@gmail.com>"]
description = "Yet Another Simple Bounded Pool in Rust"
edition = "2021"
keywords = ["pool"]
license = "MIT/Apache-2.0"
name = "bounded-pool"
readme = "README.md"
repository = "https://github.com/ihciah/bounded-pool"
version = "0.1.0"