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

2 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L1094: func (pgConn *PgConn) WaitForNotification(ctx context.Context) error {

	github.com/jackc/pgx/v5
		conn.go#L425: 	err := c.pgConn.WaitForNotification(ctx)