arkivanov / MVIKotlin

Extendable MVI framework for Kotlin Multiplatform with powerful debugging tools (logging and time travel)

Home Page:https://arkivanov.github.io/MVIKotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[4.0] Investigate the usefulness and possibility of emitting Actions out of the Executor

arkivanov opened this issue · comments

This may be useful in cases when an Intent performs multiple asynchronous operations. Each such operation could be extracted to a separate Action, so that it could be properly logged and time-travel debugged.