Docs.rs
tokio-threadpool-0.1.18
tokio-threadpool 0.1.18
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
carllerche
github:tokio-rs:core
Dependencies
crossbeam-deque ^0.7.0
normal
crossbeam-queue ^0.2.0
normal
crossbeam-utils ^0.7.0
normal
futures ^0.1.19
normal
lazy_static ^1
normal
log ^0.4
normal
num_cpus ^1.2
normal
slab ^0.4.1
normal
tokio-executor ^0.1.8
normal
env_logger ^0.6
dev
futures-cpupool ^0.1.7
dev
rand ^0.7
dev
threadpool ^1.7.1
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
tokio_
threadpool
0.1.18
Module park
Module Items
Structs
In crate tokio_
threadpool
tokio_threadpool
Module
park
Copy item path
Source
Expand description
Thread parking utilities.
Structs
ยง
Default
Park
Parks the thread.
Default
Unpark
Unparks threads that were parked by
DefaultPark
.
Park
Error
Error returned by
ParkThread