-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for coroutine #52
Comments
@Zoha131 not currently, but we're exploring the idea. |
This is an awesome implementation of unidirectional architecture. But I was very much hoping it was not built on top of RxJava. I love RxJava. But we’ve come to overuse it in Android development. This became very clear to me once I understood coroutines enough for it to be an alternative tool to RxJava, depending on the specific problem I was attempting to solve. I would be happy to contribute to migrating MVICore to coroutines. |
@lgtout |
Maybe we sould take a look at now stable Kotlin Flows. |
@THEAccess We did already |
Can't wait for |
Is it possible to use this framework with coroutine instead of RxJava?
The text was updated successfully, but these errors were encountered: