Skip to content

Commit

Permalink
Merge pull request #13 from busterc/utils-do-until
Browse files Browse the repository at this point in the history
Add `promise-do-until` link and description
  • Loading branch information
wbinnssmith committed Jan 1, 2016
2 parents 2a58d7a + db5f3aa commit f3b7f35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Native and strictly spec-compliant promises are awesome for compatibility, futur
* [promise-whilst](https://github.com/sindresorhus/promise-whilst) - Calls a function repeatedly while a condition returns true and then resolves the promise.
* [loud-rejection](https://github.com/sindresorhus/loud-rejection) - Make unhandled promise rejections fail loudly instead of the default silent fail.
* [promise-until](https://github.com/busterc/promise-until) - Calls a function repeatedly if a condition returns false and until the condition returns true and then resolves the promise.
* [promise-do-until](https://github.com/busterc/promise-do-until) - Calls a function repeatedly until a condition returns true and then resolves the promise.

## License
Licensed under the [Creative Commons CC0 License](https://creativecommons.org/publicdomain/zero/1.0/).

0 comments on commit f3b7f35

Please sign in to comment.