Skip to content

Added reactive solutions for 'testing' & 'cancellation' #9

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

Merged
merged 1 commit into from
Dec 17, 2020

Conversation

softartdev
Copy link

This PR adds a comparison of a couple more features of RX with coroutines.
RX has a virtual time within TestScheduler as well.
Also, the subscribe method returns Disposable, which allows you to cancel the execution.
Thanks for the lab. Having learned that coroutines have the same capabilities that I need from RX (you could also mention the Flow replacing the Observable), I begin to switch from RX to coroutines.

@softartdev softartdev requested a review from svtk February 2, 2020 18:05
@svtk svtk merged commit 14a9a26 into kotlin-hands-on:rx Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants