Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

RunAsync method for outputting multiple values#814

Merged
benjchristensen merged 1 commit intoReactiveX:masterfrom
akarnokd:AsyncMultiPush
Feb 5, 2014
Merged

RunAsync method for outputting multiple values#814
benjchristensen merged 1 commit intoReactiveX:masterfrom
akarnokd:AsyncMultiPush

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.

3 participants