Docs.rs
tokio-threadpool-0.1.9
tokio-threadpool 0.1.9
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
carllerche
github:tokio-rs:core
Dependencies
crossbeam-deque ^0.6.1
normal
crossbeam-utils ^0.6.0
normal
futures ^0.1.19
normal
log ^0.4
normal
num_cpus ^1.2
normal
rand ^0.6
normal
tokio-executor ^0.1.2
normal
env_logger ^0.5
dev
futures-cpupool ^0.1.7
dev
threadpool ^1.7.1
dev
Versions
100%
of the crate is documented
Go to latest version
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
☰
Module park
Structs
?
Module
tokio_threadpool
::
park
source
·
[
−
]
Expand description
Thread parking utilities.
Structs
DefaultPark
Parks the thread.
DefaultUnpark
Unparks threads that were parked by
DefaultPark
.
ParkError
Error returned by
ParkThread