-
Notifications
You must be signed in to change notification settings - Fork 93
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
Conversation
import cats.Traverse | ||
import tofu.internal.carriers.{WanderCarrierCE2, WanderCarrierCE3} | ||
|
||
trait Wander[F[_]] { |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
Wander typeclass for bounded parallel traverse with implementations for CE2 and CE3