-
Notifications
You must be signed in to change notification settings - Fork 68
Add operator 'WithLatestFrom' #165
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
Conversation
|
Welcome to rxRust! |
|
This pull request does not keep the same code style as this project. Could you fix it? 🙏 Switch to the nightly compiler (with rustup |
Codecov Report
@@ Coverage Diff @@
## master #165 +/- ##
==========================================
+ Coverage 95.20% 95.75% +0.54%
==========================================
Files 62 62
Lines 5175 4400 -775
==========================================
- Hits 4927 4213 -714
+ Misses 248 187 -61
Continue to review full report at Codecov.
|
|
@M-Adoo This failure of GitHub Actions is not my fault. failures:
ops::observe_on::test::switch_threadYou should check it. 😢 |
M-Adoo
left a comment
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.
Thanks! It's looks good to me. Could you rebase the branch and squash the commits ?
|
@M-Adoo I rebased the branch and squashed the commits! 😄 |
This revisions includes:
p.s. I tried to inspire my implementation on operator 'Zip'.