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

Support for lifting F[_]: Concurrent without related Data/DataSource into Fetch #188

Closed
LiuVII opened this issue Apr 25, 2019 · 3 comments · Fixed by #189
Closed

Support for lifting F[_]: Concurrent without related Data/DataSource into Fetch #188

LiuVII opened this issue Apr 25, 2019 · 3 comments · Fixed by #189
Assignees

Comments

@LiuVII
Copy link

LiuVII commented Apr 25, 2019

This is a request for somewhat generalization of the issue brought up in #181
that was mentioned in the Gitter channel

as Fetch by itself requires Concurrent it'd be helpful to have a method like

def liftF[F[_]: Concurrent](ft: F[T]): Fetch[F, T]

to not be restricted for optimized flow for only IO monad

@purrgrammer purrgrammer self-assigned this Apr 25, 2019
purrgrammer added a commit that referenced this issue Apr 25, 2019
@LiuVII
Copy link
Author

LiuVII commented Apr 25, 2019

Wooo! Seems like it's close to getting merged, nice!
Is there a release upcoming soon or can there be a snapshot one?

@purrgrammer
Copy link
Contributor

After master is built this should be available on 1.0.1-SNAPSHOT

@purrgrammer
Copy link
Contributor

It is available on the latest 1.0.1-SNAPSHOT @LiuVII, let me know if you find any problems!

bijancn pushed a commit to bijancn/fetch that referenced this issue Sep 19, 2019
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

Successfully merging a pull request may close this issue.

2 participants