async-select-all 0.1.0

A futures library adapter for selecting over a list of futures.
Documentation
[dependencies.pin-project-lite]
version = "0.2.0"
[dev-dependencies.futures]
version = "0.3.8"

[package]
authors = ["David Li <davidli2010@foxmail.com>"]
description = "A futures library adapter for selecting over a list of futures."
documentation = "https://docs.rs/async-select-all/"
edition = "2018"
homepage = "https://github.com/cod-technologies/async-select-all"
keywords = ["async", "future", "select", "all"]
license = "Apache-2.0"
name = "async-select-all"
readme = "README.md"
repository = "https://github.com/cod-technologies/async-select-all.git"
version = "0.1.0"