withAllConnections

abstract suspend fun <R> withAllConnections(action: suspend (writer: SQLiteConnectionLease, readers: List<SQLiteConnectionLease>) -> R)(source)

Invokes the callback with all connections leased from the pool.