pub type LocalPool = PoolImpl<Rc<PoolSetup>, LocalNetworker>;
A verifier pool instance restricted to a single thread
struct LocalPool { /* private fields */ }