Docs.rs
mioco-0.7.0
mioco 0.7.0
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
dpc
Dependencies
slab ^0.2.0
normal
context ^1.0.0
normal
log ^0.3.5
normal
nix ^0.6.0
normal
libc ^0.2.10
normal
owning_ref ^0.1.4
normal
thread-scoped ^1.0.0
normal
spin ^0.4.3
normal
time ^0.1.34
normal
clippy ^0.0.77
normal
mio ^0.5.1
normal
num_cpus ^0.2.13
normal
net2 ^0.2.24
normal
httparse ^1.1.1
normal
env_logger ^0.3.2
normal
rand ^0.3.14
normal
Versions
Go to latest version
Platform
i686-apple-darwin
i686-unknown-linux-gnu
x86_64-apple-darwin
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
mioco
Function
mioco
::
sleep_ms
[
−
]
[src]
pub fn sleep_ms(time_ms:
u64
)
Block execution for a given time.
See
sleep
.