p-wait-for
Waiter
A utility function to wait for a condition to be true while allowing for customizable timeout options and fallback behavior.
Wait for a condition to be true
155 stars
8 watching
19 forks
Language: JavaScript
last commit: over 3 years agoLinked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| Wait for a specified number of promises to be fulfilled | 36 | |
| Allows delaying promises by a specified amount of time or a random range. | 609 | |
| A utility function to wait for any of multiple promises to be fulfilled with cancellation support. | 55 | |
| A utility function to decorate and manage timeouts on promises. | 275 | |
| A tool that waits until multiple addresses become accessible | 135 | |
| Provides a way to wait for the completion of asynchronous or remote operations in Elixir | 15 | |
| Promises an event by waiting for it to be emitted, allowing asynchronous iteration and rejection handling. | 429 | |
| A utility to measure the time taken by a promise to resolve | 70 | |
| A utility function for handling conditional promise catches | 38 | |
| A utility package providing a wait function to manage asynchronous tasks and their dependencies. | 10 | |
| Tool for filtering and concurrent execution of promises with an adjustable concurrency level | 75 | |
| A utility function to start a promise chain by executing a synchronous function safely | 58 | |
| An addon to instrument Ember's concurrency tasks to wait for their completion before proceeding with tests | 21 | |
| A utility for automatically retrying failed promise-returning or async functions with exponential backoff and customizable error handling. | 808 | |
| Helps tap into a promise chain without affecting its value or state | 132 |