-
Notifications
You must be signed in to change notification settings - Fork 129
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
Contribute a Mutiny module to kotlinx.coroutines/reactive #1325
Comments
Is this project using Java Flow or still the legacy reactive stream API? |
Flow: https://github.com/Kotlin/kotlinx.coroutines/tree/master/reactive/kotlinx-coroutines-jdk9 |
Under this project, it includes several modules.
|
The new |
Sounds good |
Any update for this? |
Not yet, pardon me. Lack of time atm, but honestly planning to proceed asap. |
Don't worry @heubeck 👍 |
There's a collection of Kotlin coroutine support modules for different reactive libraries.
Moving the coroutines integrations from mutiny-kotlin to https://github.com/Kotlin/kotlinx.coroutines/tree/master/reactive would make reuse of some exising Publisher/Coroutine implementions over there possible.
On the other side, it would raise awareness for Mutiny in the Kotlin community.
Phases:
Considerations:
/cc @hantsy @Sanne @MartinX3 @rgmz @FWest98 @jponge
The text was updated successfully, but these errors were encountered: