async-ready 3.0.0

Async readiness traits.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "async-ready"
version = "3.0.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustasync/async-ready"
documentation = "https://docs.rs/async-ready"
description = "Async readiness traits."
keywords = ["async", "ready_state", "poll_ready"]
categories = ["asynchronous"]
authors = ["The Rust Async Ecosystem Working Group"]
readme = "README.md"
edition = "2018"

[dependencies]

[dev-dependencies]
futures-preview = "0.3.0-alpha.14"