Skip to content
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

Delay Operator with Reactive Pull Backpressure #1738

Merged
merged 1 commit into from
Oct 10, 2014

Conversation

benjchristensen
Copy link
Member

Updated the implementations to support reactive pull backpressure.
Fixes #1724

Updated the implementations to support reactive pull backpressure.
Fixes ReactiveX#1724
benjchristensen added a commit that referenced this pull request Oct 10, 2014
Delay Operator with Reactive Pull Backpressure
@benjchristensen benjchristensen merged commit 651429a into ReactiveX:1.x Oct 10, 2014
@benjchristensen benjchristensen deleted the issue-1724 branch October 10, 2014 03:18

@Override
public void onCompleted() {
worker.schedule(new Action0() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the previous version, we didn't delay the onCompleted event.

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