beekeeper 0.3.0

A full-featured worker pool library for parallelizing tasks
Documentation
1
2
3
4
5
6
7
mod call;
mod echo;
mod thunk;

pub use call::{Caller, OnceCaller, RefCaller, RetryCaller};
pub use echo::EchoWorker;
pub use thunk::{FunkWorker, PunkWorker, Thunk, ThunkWorker};