-
Notifications
You must be signed in to change notification settings - Fork 454
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
Add kategory-effects-rx2 #233
Conversation
Codecov Report
@@ Coverage Diff @@
## master #233 +/- ##
=========================================
Coverage ? 43.11%
Complexity ? 323
=========================================
Files ? 150
Lines ? 4010
Branches ? 402
=========================================
Hits ? 1729
Misses ? 2160
Partials ? 121
Continue to review full report at Codecov.
|
Threading and Schedulers should be a parameter |
Proposed API:
|
# Conflicts: # settings.gradle
Ready for release @kategory/maintainers !! |
kategory-effects-rx2/build.gradle
Outdated
build.dependsOn ':detekt' | ||
|
||
sourceCompatibility = javaVersion | ||
targetCompatibility = javaVersion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has moved to root build.gradle while ago
Depends on #232
This PR adds support for RxJava 2's Observable. It's a WIP until I figure some things out, like whether we need to support Single, if tailrecM is correct as it's slow as fuck, and whether to provide a better DSL for binding w/ Schedulers.