Skip, SkipLast, Take, TakeLast with time#655
Skip, SkipLast, Take, TakeLast with time#655akarnokd wants to merge 3 commits intoReactiveX:masterfrom
Conversation
|
RxJava-pull-requests #588 SUCCESS |
|
RxJava-pull-requests #589 SUCCESS |
|
RxJava-pull-requests #592 SUCCESS |
|
What is the reason for the I can imagine concern with not wanting a Timer thread to do long-running work, but we don't have that issue with our |
|
I think it was added to avoid scheduling onNext calls individually but rather emit everything in one go. I haven't found any other places where this kind of overload was present in Rx.NET. Should I remove that overload? Are the other variants okay to stay? |
|
I'll resubmit this since it conflicts with master anyway. |
Issue #653