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

Introduce BIO.wanderN #101

Merged
merged 1 commit into from
Mar 28, 2020
Merged

Conversation

pjurczenko
Copy link
Contributor

Solves #23.

import scala.concurrent.duration._
import scala.util.{Failure, Success}

object TaskWanderNSuite extends BaseTestSuite {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Avasil: Original .wanderN implementation didn't have any tests, so I've created a few. Do you think it might be worth porting them to the original project as well?

Copy link
Contributor

Choose a reason for hiding this comment

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

Tests rarely hurt so I don't see why not. We probably don't need that many though - implementation is very simple.

Copy link
Contributor

@Avasil Avasil left a comment

Choose a reason for hiding this comment

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

Thanks and sorry for the delay!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants