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

2 uses

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

	github.com/jackc/pgx/v4/stdlib
		sql.go#L775: 	if conn.PgConn().IsBusy() || conn.PgConn().TxStatus() != 'I' {