-
Notifications
You must be signed in to change notification settings - Fork 66
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
Cats Effect: Stream & Sink #21
Labels
enhancement
New feature or request
Comments
Once you have this, we should be able to bring in FS2 pretty easily, no? |
This looks super interesting, i'll try to contribute it! |
timo-schmid
referenced
this issue
in timo-schmid/scalaz-zio
Apr 27, 2019
I've mostly copied the ideas from zio/zio#791 - feel free to let me know if I'm on the right track, or if I misunderstood anything! |
timo-schmid
referenced
this issue
in timo-schmid/scalaz-zio
May 15, 2019
timo-schmid
referenced
this issue
in timo-schmid/scalaz-zio
May 29, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Introduce an effect-polymorphic class atop
ZStream
&ZSink
, with a default implementation for any Cats Effect data type (Cats IO, Monix Task, etc.).The methods will all delegate to ZIO
ZStream
andZSink
, but they will take theZIO
effects returned byZStream
/ZSink
methods and lift it into any effectF[_]
that is suitable equipped.The text was updated successfully, but these errors were encountered: