Module tk_pool::uniform [] [src]

This module provides and uniform connection pool implementation, which means we create a fixed number of connections for each IP/Port pair and distribute requests by round-robin

Structs

Config

Configuration of the connection pool

UniformMx

A simple uniform connection pool