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

fromStream #287

Open
pauldraper opened this issue Dec 19, 2020 · 1 comment
Open

fromStream #287

pauldraper opened this issue Dec 19, 2020 · 1 comment

Comments

@pauldraper
Copy link

pauldraper commented Dec 19, 2020

There is fromPromise to convert ES Promise to observable, or toStream() to convert to TC39/Rx Observable, but nothing to convert a TC39/Rx Observable to an observable.

@pat-son
Copy link

pat-son commented Jun 15, 2021

I think fromResource can cover that use case. Just subscribe to the observable from within the callback.

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

No branches or pull requests

2 participants