settimeout 0.1.1

Creates a std::future::Future implementation to be ready at some point
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "settimeout"
description = "Creates a std::future::Future implementation to be ready at some point"
homepage = "https://github.com/rousan/settimeout-rs"
keywords = ["rust", "future", "settimeout", "timeout", "promise"]
categories = ["asynchronous"]
version = "0.1.1"
authors = ["Rousan Ali <rousanali786@gmail.com>"]
edition = "2018"
readme = "README.md"
license = "MIT"

[dependencies]

[dev-dependencies]
futures = "0.3.4"