-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support IObservable<'T> #4
Labels
Comments
Thanks, it will be interesting to have support for Stream.ofObservable/toObservable. |
Semantically Stream and Observable are quite different but I think it is possible to offer support for bridge functions. I'll experiment with some impl. ideas and see how it works as a whole. |
👍 |
Simple implementation of fromObservable using a BlockingCollection:
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
It might be interesting to be able to convert a Stream to an IObservable<'T>, i.e.
The text was updated successfully, but these errors were encountered: