autopool

Crates.ioautopool
lib.rsautopool
version0.1.2
sourcesrc
created_at2020-07-27 15:38:18.181596
updated_at2020-08-08 14:25:13.266578
descriptionSelf balancing async worker pool
homepage
repository
max_upload_size
id270109
size74,534
Ryan Ragona (ragona)

documentation

README

autopool

Rust

:warning: Project in early development! This is not a stable library.

This is an attempt to use a PID controller to drive a worker pool. Most worker pools require you to set a number of workers. However, the right number of workers can change based on environment conditions. autopool adds or removes workers to achieve a goal throughput.

Commit count: 0

cargo fmt