Add operator 'WithLatestFrom'#165
Add operator 'WithLatestFrom'#165mergify[bot] merged 3 commits intorxRust:masterfrom utilForever:master
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.
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'.