StateUpdaterDelegator
StateUpdaterDelegator is responsible for holding reference to the right StateUpdater that will be used during creation of ComponentTree
Functions
Removes a state update that was previously enqueued if the state update has not been processed yet.
Same as updateStateAsync but for Hook State.
Same as updateStateSync but for Hook State.
Enqueues a state update that will schedule a new render on a Thread controlled by the Litho infrastructure.
Enqueues a state update that will not schedule a new render. The new state will immediately be visible in Event Handlers and it will be visible in the next render phase.
Enqueues a state update that will schedule a new render on the calling thread at the end of its current run-loop. It is expected that the calling thread has an active Looper.