pollable-map 0.1.7

Utilites for storing futures and streams in as a pollable map
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "pollable-map"
version = "0.1.7"
edition = "2021"
license = "Apache-2.0 OR MIT"
description = "Utilites for storing futures and streams in as a pollable map"
repository = "https://github.com/dariusc93/pollable-map"
authors = ["Darius Clark"]
exclude = [".gitignore"]


[dependencies]
futures = { version = "0.3.31", default-features = false, features = ["std", "alloc", "async-await"] }
futures-timeout = "0.1.2"

[dev-dependencies]
futures = { version = "0.3.31", default-features = false, features = ["std", "alloc", "async-await", "thread-pool", "executor"] }