Closed aikoven closed 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.
AsyncIterable
Observable
AbortError
Thanks for the PR @aikoven! I merged it with master so the new travis would work on this PR.
Description:
This PR adds support for aborting
AsyncIterable
created fromObservable
. When aborted, theObservable
is unsubscribed from, andAsyncIterable
emitsAbortError
.