Std.Db.Pool
1 declaration
type
PoolThis declaration introduces a public type.
What it does
A set of connections shared between threads.
Each place in ready holds a connection, or nothing where one was lost. A
lost connection keeps its place, and the next borrower opens a fresh one
with reopen, so a dropped socket costs one request rather than the pool.
reopen is a function rather than the settings themselves so that showing a
pool cannot show its password.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
