Docs.rs
anterofit-0.2.0
anterofit 0.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
abonander
Dependencies
clippy >=0.0, <0.1
normal
optional
crossbeam ^0.2
normal
futures ^0.1
normal
hyper ^0.10.0
normal
mime >=0.2.2, <0.3
normal
multipart ^0.15
normal
parking_lot ^0.3.7
normal
quick-error ^1.1.0
normal
serde ^1.0
normal
serde-xml-rs ^0.2.1
normal
optional
serde_json ^1.0
normal
optional
url ^1.0
normal
serde_derive ^1.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
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
anterofit
0.2.0
Module threaded
Module Items
Structs
In anterofit::
executor
anterofit
::
executor
Module
threaded
Copy item path
Source
Expand description
Executors using background threads
Structs
ยง
Multi
Thread
An executor which uses multiple threads to complete jobs.
Single
Thread
An executor which uses a single thread to complete jobs.