Type Definition rsmc_core::client::Pool[][src]

type Pool<C, P> = Pool<Client<C, P>, Error>;

A connection pool for multiple connections. Using a pool is recommended for best performance since it eliminates the overhead of having to constantly recreate TCP connections, while also balancing the total number of connections open at a time.