ClientNodeProcessor

Client-side processor contract: receives a node value emitted by the local state-flow observer and dispatches it to the UI layer.

Functions

Link copied to clipboard
abstract fun post(node: Node)

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.