Skip to content

Implement ScalaTest ioRetrying with a generic effect type #471

@bcarter97

Description

@bcarter97

In order to use the ioRetrying defined below, we need a concrete IO. I think it would better for this to take a generic effect type (even though it would use IO in the base trait), so that helper traits don't need to be tied to IO.

implicit def ioRetrying[T]: Retrying[IO[T]] = new Retrying[IO[T]] {

Metadata

Metadata

Assignees

No one assigned

    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