Type Alias indy_vdr::pool::SharedPool

source ·
pub type SharedPool = PoolImpl<Arc<PoolSetup>, SharedNetworker>;
Expand description

A verifier pool instance which can be shared between threads

Aliased Type§

struct SharedPool { /* private fields */ }