Skip to content

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

Description

@LiuVII

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions