simple-pool 0.0.13

Simple async pool for any kind of resources
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dev-dependencies.tokio]
features = ["net", "sync", "rt", "macros", "time"]
version = "1.9.0"

[package]
authors = ["Serhij S. <div@altertech.com>"]
description = "Simple async pool for any kind of resources"
edition = "2018"
keywords = ["pool", "async", "resource"]
license = "MIT"
name = "simple-pool"
readme = "README.md"
repository = "https://github.com/alttch/simple-pool"
version = "0.0.13"