github.com/jackc/pgx/v5/pgconn.PgConn.IsBusy (method)

2 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L766: func (pgConn *PgConn) IsBusy() bool {

	github.com/jackc/pgx/v5/pgxpool
		conn.go#L33: 	if conn.IsClosed() || conn.PgConn().IsBusy() || conn.PgConn().TxStatus() != 'I' {