View Source DBConnection.ConnectionPool (db_connection v2.6.0)
The default connection pool.
The queueing algorithm is based on CoDel.
You're not supposed to call any functions on this pool directly, but only pass this
as the value of the :pool
option in functions such as DBConnection.start_link/2
.