ReactiveX / IxJS

The Interactive Extensions for JavaScript
https://reactivex.io/IxJS/
MIT License
1.32k stars 73 forks source link

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

Closed aikoven closed 3 years ago

aikoven commented 3 years ago

Description:

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

trxcllnt commented 3 years ago

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