pub type WorkerPoolRef<W, F> = Arc<WorkerPool<W, F>>;
pub struct WorkerPoolRef<W, F> { /* private fields */ }