Packages

Connection pool helps storing, sharing and using connections. It also make its possible to use the same connection concurrently.

Current section

Files

Jump to
conn_pool .formatter.exs
Raw

.formatter.exs

[
inputs: ["mix.exs",
"config/*.exs",
"lib/conn/*",
"lib/conn_pool/conn.ex",
"lib/conn_pool.ex",
"test/conn/agent.ex",
"test/conn/text.ex"
]
]