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

BoundedParallel typeclass #926

Merged
merged 3 commits into from
May 8, 2022
Merged

BoundedParallel typeclass #926

merged 3 commits into from
May 8, 2022

Conversation

vilunov
Copy link
Member

@vilunov vilunov commented May 1, 2022

Wander typeclass for bounded parallel traverse with implementations for CE2 and CE3

@vilunov vilunov added the enhancement New feature or request label May 1, 2022
@vilunov vilunov changed the title Wander typeclass for bounded parallel traverse with implementations f… Wander typeclass May 1, 2022
import cats.Traverse
import tofu.internal.carriers.{WanderCarrierCE2, WanderCarrierCE3}

trait Wander[F[_]] {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Monix has deprecated the name, and so should we.
I believe it will confuse newcomers more, as Monix itself as a library is not that popular anymore.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like we discussed, it's not essential to name it Wander, but I need to have specific proposals for a new name, otherwise I'll keep this one

@vilunov vilunov changed the title Wander typeclass BoundedParallel typeclass May 6, 2022
@Odomontois Odomontois merged commit 846b7ef into tofu-tf:master May 8, 2022
@vilunov vilunov deleted the wander branch May 8, 2022 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants