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
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
Concurrentit'd be helpful to have a method liketo not be restricted for optimized flow for only
IOmonad