dynamic-pool 0.2.2

a lock-free, thread-safe, dynamically-sized object pool.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.crossbeam-queue]
version = "0.2"

[package]
authors = ["jake <jh@discordapp.com>"]
description = "a lock-free, thread-safe, dynamically-sized object pool."
documentation = "https://docs.rs/dynamic-pool"
edition = "2018"
homepage = "https://github.com/discordapp/dynamic-pool"
license = "MIT"
name = "dynamic-pool"
readme = "README.md"
repository = "https://github.com/discordapp/dynamic-pool"
version = "0.2.2"