object-pool 0.4.0

A thread-safe object pool with automatic return and attach/detach semantics
Documentation
[[bench]]
harness = false
name = "bench"
[dependencies.crossbeam]
version = "0.7"

[dependencies.parking_lot]
version = "0.9"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.criterion-plot]
version = "0.4"

[dev-dependencies.lazy_static]
version = "1"

[package]
authors = ["CJP10"]
categories = ["concurrency", "memory-management", "data-structures"]
description = "A thread-safe object pool with automatic return and attach/detach semantics"
documentation = "https://docs.rs/object-pool"
edition = "2018"
homepage = "https://github.com/CJP10/object-pool"
keywords = ["atomic", "garbage", "non-blocking", "lock-free"]
license = "MIT/Apache-2.0"
name = "object-pool"
readme = "README.md"
repository = "https://github.com/CJP10/object-pool"
version = "0.4.0"
[profile.release]
debug = true