You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename PreemptingDispatcher -> WorkStealingDispatcher and rewrite it.
The old implementation had a bug where the dispatch loop coroutine could prevent a dispatch context from finishing. The new implementation avoids the dispatch coroutine entirely by using a special Continuation implementation.
Copy file name to clipboardExpand all lines: workflow-runtime/src/commonMain/kotlin/com/squareup/workflow1/internal/compose/coroutines/PreemptingDispatcher.kt
0 commit comments