workflow-kotlin icon indicating copy to clipboard operation
workflow-kotlin copied to clipboard

1311: Dispatcher Tests for RenderWorkflowIn on Android

Open steve-the-edwards opened this issue 5 months ago • 0 comments
trafficstars

A set of tests for using renderWorkflowIn with particular dispatchers on Android. These are used in two ways:

  1. To ensure we are satisfying the guarantee we want to keep: Updates from the runtime in response to an event are processed before the next Choreographer frame on Android.
  2. We are effectively conflating renderings on Android when using a particular dispatcher (e.g., in this case the Main.immediate dispatcher). Now, this 2nd category is currently failing! That's part of the fix that needs to happen for #1311 . So we merge these red tests first.

steve-the-edwards avatar Jun 19 '25 16:06 steve-the-edwards