promise-method

Promise wrapper

Wraps a synchronous function to return a promise

Wraps a function and returns one that always returns a promise

GitHub

2 stars
2 watching
0 forks
Language: JavaScript
last commit: 11 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
bminer/ws-wrapper A lightweight WebSocket library with isomorphic event handling and Promise-based requests. 76
stevekane/promise-it-wont-hurt A workshop module to teach the use of promises in JavaScript for clean asynchronous code handling 737
aantron/promise A lightweight binding to JavaScript promises in Reason 340
busterc/promise-do-whilst Repeats an action until a condition is met, then resolves a promise. 3
busterc/promise-do-until Calls a function repeatedly until a condition returns true and then resolves the promise 1
busterc/promise-until Repeats an action until a condition is met and then resolves a promise 3
siilwyn/promise-all-props A utility function that waits for multiple promises to resolve, similar to Promise.all but tailored for object properties. 9
byteboomers/vue-prom A Vue.js component that simplifies handling promises by providing different rendering options based on promise states. 145
sindresorhus/pify Promises utility to convert callback-style functions into promise-based versions. 1,507
vitalets/websocket-as-promised A Promise-based API for interacting with WebSockets 595
sindresorhus/p-map A utility for mapping over promises concurrently while controlling concurrency and error handling. 1,292
bminer/ws-server-wrapper A lightweight library to wrap WebSocket servers with additional functionality 18
kevinbeaty/any-promise A library that allows you to use any ES 2015 compatible Promise implementation in your application 179
approvers/radwimps Exercise in method chaining with promises 275
mattdesl/promise-cookbook An introduction to using Promises in JavaScript to write cleaner and more maintainable asynchronous code 1,614