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

2 uses

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

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