Docs.rs
tokio-timer-0.3.0-alpha.6
tokio-timer 0.3.0-alpha.6
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
carllerche
github:tokio-rs:core
Dependencies
crossbeam-utils ^0.6.0
normal
futures-core-preview =0.3.0-alpha.19
normal
futures-util-preview =0.3.0-alpha.19
normal
slab ^0.4.1
normal
tokio-executor =0.2.0-alpha.6
normal
tokio-sync =0.2.0-alpha.6
normal
Versions
100%
of the crate is documented
Go to latest stable release
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tokio_timer
0.3.0-alpha.6
Function
tokio_timer
::
delay
Copy item path
source
·
[
−
]
pub fn delay(deadline:
Instant
) ->
Delay
ⓘ
Expand description
Create a Future that completes at
deadline
.