connection_pool_close: Close a specific connection pool

View source: R/connection_pool.R

connection_pool_closeR Documentation

Close a specific connection pool

Description

Closes and removes a connection pool. All connections in the pool are gracefully closed.

Usage

connection_pool_close(name, quiet = FALSE)

Arguments

name

Character. Name of the connection pool to close

quiet

Logical. If TRUE, suppresses messages (default: FALSE)

Value

Invisibly returns TRUE if pool was closed, FALSE if it didn't exist


framework documentation built on Feb. 18, 2026, 1:07 a.m.