wakerpool 0.1.0

lightweight object pool for lists of Wakers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "wakerpool"
version = "0.1.0"
authors = ["Chad Austin <chad@chadaustin.me>"]
edition = "2021"
rust-version = "1.60"
license = "MIT"
description = "lightweight object pool for lists of Wakers"
repository = "https://github.com/chadaustin/wakerpool"
keywords = ["async"]
categories = ["asynchronous"]

[dependencies]

[dev-dependencies]
rand = "0.8"
static_assertions = "1.1"