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

Streaming with Monix's Observable #1078

Open
vkostyukov opened this issue Jan 25, 2019 · 5 comments
Open

Streaming with Monix's Observable #1078

vkostyukov opened this issue Jan 25, 2019 · 5 comments

Comments

@vkostyukov
Copy link
Collaborator

Looks like we have all the pieces in place to make this happen.

@alexeygorobets
Copy link

hi! What's a preferred implementation to address the issue that a monix Observable has a kind F[_], but in Finch a stream needs to be S[_[_], _]?
Some class ObservableWrapper[F[_]: Effect, A](val observable: Observable[A]) to mimic it?

@vkostyukov
Copy link
Collaborator Author

@alexeygorobets How does Iterant relate to Observable? It seems to be in proper kind.

@alexeygorobets
Copy link

Sorry, somehow missing that we need Iterant.
Can you please explain then why this issue is called so?

@vkostyukov
Copy link
Collaborator Author

Oh the original plan I had in mind was to integrate with Observable, but, as you noted, it doesn't have the right kind. I was wondering if Iterant could serve as well as a replacement for Observable.

@alexeygorobets
Copy link

Thanks! I will take it then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants