Arkadii Ivanov
10/15/2021, 4:19 PMscope
properly available which you can use to launch coroutines when needed. You can check samples: https://github.com/arkivanov/MVIKotlin/blob/master/sample/todo-coroutines/src/commonMain/kotlin/com/arkivanov/mvikotlin/sample/todo/coroutines/store/TodoListStoreFactory.kt
The reason for this change is because now you are able to process intents and actions synchronously in the same call stack as they were dispatched.kenkyee
10/15/2021, 4:57 PMArkadii Ivanov
10/15/2021, 4:58 PMArkadii Ivanov
10/15/2021, 4:58 PM