HomeReferenceDomain.h ⇀ WeightHint

WeightHint enum class

This is the parameter type of the SetWeightHint member function all reactive types (i.e. Signal, Events, Observer, …) have in common. It can be used to hint to the propagation engine whether parallelizing the update of the respective linked node is worthwhile. The engine will decide if and how to act on the hint.

Definition

enum class WeightHint
{
    automatic,
    light,
    heavy
};

Semantics