workerpool-rs-0.1.2 has been yanked.
Workerpool
A simple rust workerpool implementation. It uses channels to synchronize the jobs.
- Use
use mpsc,
use pool;
A simple rust workerpool implementation. It uses channels to synchronize the jobs.
use mpsc,
use pool;