promise-method
Promise wrapper
Wraps a synchronous function to return a promise
Wraps a function and returns one that always returns a promise
2 stars
2 watching
0 forks
Language: JavaScript
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A lightweight WebSocket library with isomorphic event handling and Promise-based requests. | 76 |
| A workshop module to teach the use of promises in JavaScript for clean asynchronous code handling | 737 |
| A lightweight binding to JavaScript promises in Reason | 340 |
| Repeats an action until a condition is met, then resolves a promise. | 3 |
| Calls a function repeatedly until a condition returns true and then resolves the promise | 1 |
| Repeats an action until a condition is met and then resolves a promise | 3 |
| A utility function that waits for multiple promises to resolve, similar to Promise.all but tailored for object properties. | 9 |
| A Vue.js component that simplifies handling promises by providing different rendering options based on promise states. | 145 |
| Promises utility to convert callback-style functions into promise-based versions. | 1,505 |
| A Promise-based API for interacting with WebSockets | 596 |
| A utility for mapping over promises concurrently while controlling concurrency and error handling. | 1,376 |
| A lightweight library to wrap WebSocket servers with additional functionality | 18 |
| A library that allows you to use any ES 2015 compatible Promise implementation in your application | 180 |
| Exercise in method chaining with promises | 275 |
| An introduction to using Promises in JavaScript to write cleaner and more maintainable asynchronous code | 1,615 |