Skip to content

1.x: AsyncSubject now supports backpressure#3828

Merged
akarnokd merged 1 commit intoReactiveX:1.xfrom
akarnokd:AsyncSubjectBackpressure
Apr 4, 2016
Merged

1.x: AsyncSubject now supports backpressure#3828
akarnokd merged 1 commit intoReactiveX:1.xfrom
akarnokd:AsyncSubjectBackpressure

Conversation

@akarnokd
Copy link
Member

@akarnokd akarnokd commented Apr 4, 2016

AsyncSubject can trivially support backpressure when it emits a single item by setting the SingleProducer on the child Subscriber instead of calling onNext immediately.

@stevegury
Copy link
Member

👍

@akarnokd akarnokd merged commit e26096d into ReactiveX:1.x Apr 4, 2016
@akarnokd akarnokd deleted the AsyncSubjectBackpressure branch April 4, 2016 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants