Docs.rs
futures-time-3.0.0
futures-time 3.0.0
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
yoshuawuyts
Dependencies
async-channel ^1.6.1
normal
async-io ^1.6.0
normal
futures-core ^0.3.19
normal
pin-project-lite ^0.2.8
normal
futures-lite ^1.12.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
futures_
time
3.0.0
Module task
Module Items
Structs
Functions
In crate futures_
time
futures_time
Module
task
Copy item path
Source
Expand description
Types and Traits for working with asynchronous tasks.
Structs
§
Sleep
Sleeps for the specified amount of time.
Sleep
Until
Sleeps until the specified instant.
Functions
§
sleep
Sleeps for the specified amount of time.
sleep_
until
Sleeps until the specified instant.