post

abstract fun post(node: Node)(source)

Called by NodeObserver whenever node's MutableStateFlow emits a new value. Implementations typically update Compose state, drive animations, or forward the value to a ViewModel.

This method is not a server invocation — it is a pure observe-and- dispatch signal. For deliberate execution, see ServerNodeProcessor.onInvoke.

Parameters

node

The updated node snapshot emitted by the state flow.