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

Make sure all wait functions are supported #2

Open
2 of 6 tasks
besnardjb opened this issue Feb 17, 2022 · 1 comment
Open
2 of 6 tasks

Make sure all wait functions are supported #2

besnardjb opened this issue Feb 17, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@besnardjb
Copy link

besnardjb commented Feb 17, 2022

Wait / Test

You currently support only a subset of waiting functions make sure to cover them all:

  • Wait
  • Waitall
  • Test
  • Testall
  • Waitsome
  • Testsome

Note: for test you need to intercept the flag to "catch" completion.

@dssgabriel
Copy link
Contributor

dssgabriel commented Feb 18, 2022

Also add support for the following Test and Wait functions:

  • Testany
  • Waitany

@dssgabriel dssgabriel added enhancement New feature or request good first issue Good for newcomers labels May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants