withAllConnections
open suspend override fun <R> withAllConnections(action: suspend (writer: SQLiteConnectionLease, readers: List<SQLiteConnectionLease>) -> R)(source)
Invokes the callback with all connections leased from the pool.