prepareForObservation method

void prepareForObservation()

Pre-build side-effect hook, called by the binding immediately before isPerceptionIdle and buildPerception each observation turn. This relocates side effects that used to run inside observe() (e.g. draining a pending-change ring). Defaults to a no-op.

Implementation

void prepareForObservation() {}