poolite 0.6.4

A lite threadpool library.
Documentation

Build status Latest version All downloads Downloads of latest version Documentation

poolite

A lite threadpool library written for Rust.

Usage

On Cargo.toml:

 [dependencies]
 poolite = "0.6.4"

Documentation

or

  • Run cargo doc --open after modified the toml file.

Examples