We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
F[_]: Concurrent
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
Concurrent
def liftF[F[_]: Concurrent](ft: F[T]): Fetch[F, T]
to not be restricted for optimized flow for only IO monad
IO
The text was updated successfully, but these errors were encountered:
Lift Concurrent actions to Fetch
0b4390e
Closes #188
Wooo! Seems like it's close to getting merged, nice! Is there a release upcoming soon or can there be a snapshot one?
Sorry, something went wrong.
After master is built this should be available on 1.0.1-SNAPSHOT
It is available on the latest 1.0.1-SNAPSHOT @LiuVII, let me know if you find any problems!
f7682c8
Closes xebia-functional#188
purrgrammer
Successfully merging a pull request may close this issue.
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 liketo not be restricted for optimized flow for only
IO
monadThe text was updated successfully, but these errors were encountered: