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
[dependencies]
[dev-dependencies.futures]
version = "0.3.4"

[package]
authors = ["Rousan Ali <rousanali786@gmail.com>"]
categories = ["asynchronous"]
description = "Creates a std::future::Future implementation to be ready at some point"
edition = "2018"
homepage = "https://github.com/rousan/settimeout-rs"
keywords = ["rust", "future", "settimeout", "timeout", "promise"]
license = "MIT"
name = "settimeout"
readme = "README.md"
version = "0.1.1"