Type Alias indy_vdr::pool::LocalPool

source ·
pub type LocalPool = PoolImpl<Rc<PoolSetup>, LocalNetworker>;
Expand description

A verifier pool instance restricted to a single thread

Aliased Type§

struct LocalPool { /* private fields */ }