awaitable 0.4.0

Awaitable type with input and output that can be stored in container.
Documentation
[dependencies.awaitable-error]
version = "0.1.0"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.parking_lot]
optional = true
version = "0.12.0"

[package]
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
categories = ["asynchronous"]
description = "Awaitable type with input and output that can be stored in container."
edition = "2018"
keywords = ["async", "utilities"]
license = "MIT"
name = "awaitable"
readme = "README.md"
repository = "https://github.com/NobodyXu/awaitable"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]