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

RunAsync method for outputting multiple values #814

Merged
merged 1 commit into from
Feb 5, 2014

Conversation

akarnokd
Copy link
Member

@akarnokd akarnokd commented Feb 5, 2014

Added runAsync method to allow producing multiple values while running an action on a scheduler.

The drawback is that the action is run immediately and observers might not get any or all of the produced values. An overload lets the client specify a subject (such as ReplaySubject) to reliably capture all values and replay them to Observers. Otherwise, it just acts as a cold observable with the additional option to cancel the schedule and/or the action.

@cloudbees-pull-request-builder

RxJava-pull-requests #735 FAILURE
Looks like there's a problem with this pull request

benjchristensen added a commit that referenced this pull request Feb 5, 2014
RunAsync method for outputting multiple values
@benjchristensen benjchristensen merged commit 15c3a5b into ReactiveX:master Feb 5, 2014
@akarnokd akarnokd deleted the AsyncMultiPush branch May 6, 2014 13:40
jihoonson pushed a commit to jihoonson/RxJava that referenced this pull request Mar 6, 2020
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.

None yet

3 participants