garcon 0.2.3

A collection of trait and classes to make your thread or async function wait.
Documentation
[dependencies.futures-util]
optional = true
version = "0.3.13"
[dev-dependencies.tokio]
features = ["macros", "rt", "sync"]
version = "1.5.0"

[features]
async = ["futures-util"]
no_std = []

[package]
authors = ["Hans Larsen <hans@larsen.online>"]
categories = ["asynchronous", "no-std"]
description = "A collection of trait and classes to make your thread or async function wait."
documentation = "https://docs.rs/garcon"
edition = "2018"
homepage = "https://github.com/hansl/rs-delay"
include = ["Cargo.toml", "src", "README.md", "LICENSE"]
keywords = ["delay", "waiter", "thread", "sleep", "timeout"]
license = "Apache-2.0"
name = "garcon"
readme = "README.md"
repository = "https://github.com/hansl/rs-delay"
version = "0.2.3"