Support for async functions when creating Observers #6950
spthiel
started this conversation in
Ideas / Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have not been using RxJs for long so it's very possible there would be a better way for this which I couldn't find but I believe it would be nice if it was possible to use
new Observable(asyncFunction)
f.ex. if you have something likeCurrently you'd have to do something like this:
Beta Was this translation helpful? Give feedback.
All reactions