Crate poolite [−] [src]
poolite
A lite threadpool library written for Rust.
Usage
On Cargo.toml:
[dependencies]
poolite = "0.6.4"
Documentation
- Visit Docs.rs
or
- Run
cargo doc --openafter modified the toml file.
Examples
Structs
| Pool |
The Pool struct. |
| PoolError |
The error type for the pool's |
Traits
| IntoIOResult |
Into |
| IntoPool |
Into |
| Runable |
The |
Type Definitions
| Task |
The Task Box |