tokio-resource-pool 0.2.0

A generic resource pool for the Tokio ecosystem.
Documentation
[package]
name = "tokio-resource-pool"
version = "0.2.0"
license = "MIT"
authors = ["Simon GĂ©nier <1782845+animalsiknow@users.noreply.github.com>"]
edition = "2018"
description = "A generic resource pool for the Tokio ecosystem."
repository = "https://github.com/animalsiknow/tokio-resource-pool"
documentation = "https://docs.rs/tokio-resource-pool"
keywords = ["tokio", "pool"]
categories = ["asynchronous"]

[dependencies]
crossbeam-queue = "0.1.2"
futures = "0.1.27"
tokio-sync = "0.1.5"

[dev-dependencies]
redis = "0.10.0"
tokio = "0.1.20"
tokio-threadpool = "0.1.14"