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

feat(from): support AbortSignal in from(observable) #333

Merged
merged 3 commits into from
Jul 22, 2021

Conversation

aikoven
Copy link
Contributor

@aikoven aikoven commented Jul 22, 2021

Description:

This PR adds support for aborting AsyncIterable created from Observable. When aborted, the Observable is unsubscribed from, and AsyncIterable emits AbortError.

@trxcllnt
Copy link
Member

Thanks for the PR @aikoven! I merged it with master so the new travis would work on this PR.

@trxcllnt trxcllnt merged commit 7897e85 into ReactiveX:master Jul 22, 2021
@aikoven aikoven deleted the from-observable-abortable branch July 23, 2021 03:24
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