Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Promise
A promise is an object returned by an asynchronous function, which represents the current state of the operation. At the time the promise is returned to the caller, the operation often isn’t finished, but the promise object provides methods to handle the eventual success or failure of the operation.
- GitHub: https://github.com/topics/promise
- Wikipedia: https://en.wikipedia.org/wiki/Futures_and_promises
- Created by: Barbara Liskov, Liuba Shrira, Mark S. Miller, Dean Tribble, Rob Jellinghaus, Daniel P. Friedman
- Released: 1988
- Related Topics: future, async-await, callback, deferred, coroutines, fiber, concurrency,
- Last updated: 2025-01-24 00:24:59 UTC
- JSON Representation
https://github.com/shinnn/npm-cli-dir
Resolve a path of the directory where npm CLI is installed
async cli directory javascript nodejs npm pathfinding promise realpath
Last synced: 07 Dec 2024
https://github.com/rimiti/promise-loop-delay
Simple way to add custom delay between multiples promises
Last synced: 28 Dec 2024
https://github.com/g770728y/react-promisify-modal
可能是最完善的基于promise的react对话框管理方式
Last synced: 05 Jan 2025
https://github.com/jochasinga/go-promise
Light-weight channel-compatible Promise
Last synced: 07 Dec 2024
https://github.com/lsongdev/promise.js
:zap: A fast and simple Promise/A+ implementation
Last synced: 02 Jan 2025
https://github.com/lfb/javascript-basics
理解 JavaScript 的基础知识
javascript promise scope-chain
Last synced: 01 Jan 2025
https://github.com/keyvan-m-sadeghi/babel-plugin-transform-util-promisify
Transforms util.promisify for node versions < 8
babel babel-plugin promise promisify
Last synced: 26 Dec 2024
https://github.com/palanik/promiseful
🤞 Useful patterns with Promise functions
javascript promise promise-library
Last synced: 18 Dec 2024
https://github.com/luoyjx/promise-cookbook
:book: Learn how to cook promise in Javascript
Last synced: 23 Dec 2024
https://github.com/shubhankerism/weather-app
This a very basic app that returns the weather details of the address provided. It is developed using node.js and promise.js
Last synced: 11 Dec 2024
https://github.com/papb/better-promise-error-log
Better error logs for unhandled errors in promises
error javascript jsonify-error log promise
Last synced: 13 Jan 2025
https://github.com/p32929/use-megamind
A simple react hook for managing asynchronous function calls with ease on the client side
async asynchronous-tasks axios client-side-javascript data data-fetching easy fetch generics hooks javascript npm painless promise query react rest simple small typescript
Last synced: 10 Nov 2024
https://github.com/chscript/mypromise
💯 Implement the promise method and pass all official test cases
Last synced: 21 Jan 2025
https://github.com/kaelzhang/promise.extra
Promise.series, Promise.waterfall with vanilla Promise.
promise promise-extra promise-reduce promise-series promise-waterfall
Last synced: 14 Dec 2024
https://github.com/hackerl/aio
A promise-based asynchronous library implemented in C++17 (deprecated - https://github.com/Hackerl/asyncio)
Last synced: 16 Jan 2025
https://github.com/shinnn/npm-cli-version
Get the currently installed npm version
async javascript nodejs npm promise version
Last synced: 07 Dec 2024
https://github.com/andrei-cacio/async-javascript
Basic examples of using Promises and Async/Await
asynchronous-programming javascript promise
Last synced: 02 Jan 2025
https://github.com/ahzhezhe/async-utility
Utility to convert async function to sync function, execute async function synchronously & resolve promise synchronously.
async async-await promise sync
Last synced: 09 Nov 2024
https://github.com/prantlf/promised-array
Array combined with Promise, chainable, asynchronous methods and callbacks, ready for async/await.
Last synced: 05 Dec 2024
https://github.com/socheatsok78/are-you-ready-yet
The "are-you-ready-yet" package is basically a joke to "Promise".
Last synced: 16 Jan 2025
https://github.com/lookfirst/retry-promise-typescript
Retry Promise for TypeScript
Last synced: 23 Jan 2025
https://github.com/kritollm/retry-wrapper
Easily add retry logic to any function returning a Promise.
Last synced: 01 Jan 2025
https://github.com/re-quant/rxjs-awaitable-observables
🧨 This package makes async/await working with Observables without .toPromise() 💥
angular async-await nestjs promise rxjs ts typescript
Last synced: 20 Jan 2025
https://github.com/cweili/async-throttle-cache
Throttle asynchronous functions and return cached result for each function calls. It can be used for rate limit.
async asynchronous await cache promise rate-limit rate-limiter request throttle
Last synced: 10 Jan 2025
https://github.com/bahmutov/chdir-promise
Changing current working folder as a promise + a stack of folders to jump back.
Last synced: 18 Jan 2025
https://github.com/singcl/promise
🦁 Step by step build a Promise Class & Promise/Promise A+
callback coverage david fossa-status promise size then thenable travis-ci
Last synced: 03 Jan 2025
https://github.com/bredele/promise-chain
Execute promises one after an other using Array reduce
cancelable chain promise promise-chain sequential
Last synced: 19 Dec 2024
https://github.com/yuleicul/build-your-own
🛠 Learning by building. Build your own React, SWR, Promise, Async/await, etc.
async-await homemade promise react source-code swr
Last synced: 16 Dec 2024
https://github.com/dimaamega/asynchronous-concurrency-primitives-js
Implementation of asynchronous Barrier, Mutex, RWMutex in javascript
asyncronous coroutines javascript nodejs promise
Last synced: 12 Jan 2025
https://github.com/rpominov/rescript-promise
Another Promise bindings for ReScript
Last synced: 24 Jan 2025
https://github.com/shiranuit/luacoro
Lua library made to do Async / Await using coroutines.
async hacktoberfest lua promise
Last synced: 04 Dec 2024
https://github.com/unional/async-fp
Asynchronous Functional Programming Utilities
async context dependency fp functional functional-programming promise typescript
Last synced: 26 Oct 2024
https://github.com/awcross/images-loaded
Wait for images to load using promises. No dependencies.
browser dom images imagesloaded promise
Last synced: 20 Jan 2025
https://github.com/herberthe/react-await
Await Component for promise data rendering for React
Last synced: 15 Jan 2025
https://github.com/virtualstate/promise
Async tools
async-await async-iterables deno iterator-helpers javascript promise typescript
Last synced: 13 Oct 2024
https://github.com/a-x-/parallel
Runs a bunch of promises like Promise.all does, but takes an object instead of array
Last synced: 11 Jan 2025
https://github.com/ipluser/promise-interceptor
An interceptor tool for Promise.
interceptor promise promise-library
Last synced: 14 Jan 2025
https://github.com/center-key/server-listening
🧪 Simple promise to wait for server ready inside a mocha specification
javascript mocha promise ready server specification wait
Last synced: 14 Dec 2024
https://github.com/so1ve/crpr
Create a promise, but avoid using constructors.
Last synced: 21 Dec 2024
https://github.com/qard/stream-produce-promise
Write to streams with a promise-returning function
Last synced: 17 Dec 2024
https://github.com/easywebapp/promise
Promise/A+ implement based on ES 6+ & Babel
babel ecmascript polyfill promise
Last synced: 06 Dec 2024
https://github.com/chrisgervang/thunk-kickoff
🏈 Get promises out the door and into your store!
action-creator async promise react redux redux-thunk thunk-kickoff
Last synced: 16 Dec 2024
https://github.com/vishwam/worker-async
A simple promise-based interface to communicate between web workers and the main thread
async browser promise rpc web-worker worker
Last synced: 31 Dec 2024
https://github.com/iocmd/hold-up
setInterval with promises, counter and error handling
async await javascript nodejs promise setinterval settimeout
Last synced: 17 Oct 2024
https://github.com/tunnckocore/dush-promise
Plugin for `dush` that makes it a Deferred promise and adds `.resolve`, `.reject`, `.than` and `.catch` methods for more better error handling experience
baseplugin deferred deferred-promise dush dushplugin minibaseplugin promise
Last synced: 20 Dec 2024
https://github.com/tunnckocore/native-promise-deferred
A deferred Promise, using `native-or-another` behind and so it work on Node.js v0.10 too!
deferred deferred-promise native native-promise promise
Last synced: 20 Dec 2024
https://github.com/zzarcon/audio-cover
Get the cover from an audio file in the browser
audio base64 cover file filereader image preview promise tags
Last synced: 24 Jan 2025
https://github.com/aryan02420/star-all-settled
Supercharge your promises with parallel, sequential, pooled, and batched resolution
allsettled async batch bring-your-own-compiler byoc javascript parallel pool promise promises typescript
Last synced: 29 Nov 2024
https://github.com/royalicing/syrup
Asynchronous data flow in Swift using enums
async data-flow enum promise swift swift-library
Last synced: 18 Jan 2025
https://github.com/fabiospampinato/promise-make-naked
A simple function that makes a promise that can be resolved or rejected from the outside.
Last synced: 02 Dec 2024
https://github.com/echosoar/gax
Promise mode ajax component,compatible with most major browsers
Last synced: 11 Jan 2025
https://github.com/kaelzhang/node-logical-promise
Javascript logical operators on Promises
nodejs promise template-literals
Last synced: 14 Dec 2024
https://github.com/hisco/http2-got
Http2 got is a human-friendly and powerful HTTP1.1 / HTTP2 request library.
http2 javascript nodejs promise request stream
Last synced: 14 Nov 2024
https://github.com/lawvs/promise-polyfill
Promise polyfill just for learning. Please do not use it in a production environment.
ployfill promise promise-polyfill typescript
Last synced: 16 Dec 2024
https://github.com/mkloubert/js-promises
Helpers for promises, which work in Node and the browser.
browser function helper javascript nodejs promise
Last synced: 09 Jan 2025
https://github.com/chocolateboy/async-any
Manage various forms of asynchronous completion in a uniform way
async async-completion callback complete completion done node-module npm-module promise promises
Last synced: 19 Dec 2024
https://github.com/wtfaremyinitials/blocking-await
Synchronously wait for a Promise to resolve
Last synced: 17 Jan 2025
https://github.com/EasyWebApp/Promise
Promise/A+ implement based on ES 6+ & Babel
babel ecmascript polyfill promise
Last synced: 23 Oct 2024
https://github.com/herber/minp
A minimal promise polyfill.
minimal polyfill promise promise-library
Last synced: 18 Dec 2024
https://github.com/betterez/btrz-simple-dao
***Very simple*** DAO for MongoDb on top of promised-mongo (Released) (Category: back-end)
javascript mock mongo mongodb promise
Last synced: 13 Nov 2024
https://github.com/olekenneth/node-readdir-recursive-promise
Read directory and return promise or directory object with files
javascript nodejs promise readdir
Last synced: 05 Dec 2024
https://github.com/codewithreelofficial/javascript-promises
Explores JavaScript's new Promises API
asynchronous callback-functions javascript modern-javascript promise promises synchronous the-modern-javascript
Last synced: 13 Dec 2024
https://github.com/andersdjohnson/react-suss
Collection of React Suspense resources.
async errorboundary jsx performance promise react react-async react-concurrent react-error-boundaries react-jsx react-performance react-suspense reactjs requestanimationframe requestidlecallback settimeout suspense
Last synced: 21 Dec 2024
https://github.com/artdecocode/catchment
Collect Node.js Stream Data Into Catchment: Stream With Promise Property Resolved On Finish.
Last synced: 10 Nov 2024
https://github.com/shinnn/npm-cli-path
Resolve the path of `npm-cli.js` included in the globally installed npm CLI
Last synced: 07 Dec 2024
https://github.com/kouyjes/resource-loader
css css-loader dep-resource js js-loader loader promise promise-loader resource-loader
Last synced: 08 Nov 2024
https://github.com/appgeist/get-file-from-url
Utility function to download a file from a specified URL
download file nodejs promise server-side utilities
Last synced: 25 Dec 2024
https://github.com/metaory/pcall.js
✱ Minimal Result/Monad like tuples for JS
async await bundleless cjs es2025 esm hybrid lua mediator middleware minimal npm-package pcall promise protected safecall unbuild wrapper zero-dependencies zero-dependency
Last synced: 10 Dec 2024
https://github.com/ibrahimtanyalcin/rafx
requestAnimationFrame based `thenable` for animations and task management
animation async css-animation evergreen ie9 javascript js performance polyfill promise requestanimationframe task task-queue task-runner web-animations-api
Last synced: 24 Jan 2025
https://github.com/stuart-williams/q6
Just a bunch of ES6 Promise helper functions
async es6-promise node promise promises q q6
Last synced: 19 Jan 2025
https://github.com/notanengineercom/simple-async-pool
Easy to use, dependency free and typesafe concurrent pool of async and promise returning functions
async concurrency dependecy-free iterator no-dependencies nodejs pool promise typesafe typescript
Last synced: 15 Oct 2024
https://github.com/sumolari/operationskit
Subclasses of NSOperation to work with promises
ios macos nsoperation operations promise promisekit
Last synced: 08 Dec 2024
https://github.com/chipjarred/async
Swift Async package that makes creating and using asynchronous tasks easier.
async asynchronous completion-handler concurrency concurrent-programming dispatchqueue future gcd grand-central-dispatch multithreading mutex promise swift-framework swift-package-manager thread thread-safety
Last synced: 12 Dec 2024
https://github.com/stagfoo/obake
👹 statement management with proxies and promise on glitch
frontend promise proxy react state-management vue
Last synced: 15 Nov 2024
https://github.com/diegoivg98/javascript
ejercicios(numeros,cadenas de textos), funciones(asincronas,generadoras), eventos, NPM, jQuery, POO y Geolocalizacion
arrays async drag-and-drop events functions getter-and-setter google-maps-api html-css-javascript javascript jquery jquery-plugin node node-module npm npm-module openbootcamp poo promise promises
Last synced: 21 Jan 2025
https://github.com/topthinking/angular-webapp-top
angular1制作个站,加深学习
angular1 angularjs oclazyload promise
Last synced: 10 Nov 2024
https://github.com/wzhouwzhou/easyurban
Urban dictionary definitions. Fast.
dictionary easyurban js lightweight promise urban urbandictionary
Last synced: 19 Dec 2024
https://github.com/rueian/context-circuit-breaker
context circuit breaker for nodejs
async-await circuit-breaker nodejs promise
Last synced: 23 Jan 2025
https://github.com/deanrad/antares-ts
Antares is an Architecture for making real-time applications with confidence.
async functional-programming observable promise react reactive-programming redux rxjs rxjs6
Last synced: 20 Dec 2024
https://github.com/shinnn/clean-css-promise
Promisified version of clean-css
async clean-css css javascript minification nodejs optimization promise style wrapper
Last synced: 07 Dec 2024
https://github.com/bastkakrolot/rslot
A library for building clear UI structures for React
await promise react react-slot rslot slot
Last synced: 19 Dec 2024
https://github.com/mdawar/memoize-utils
Memoize function and TypeScript decorator for sync and async functions.
cache caching javascript memoize memoize-async memoize-decorator promise promise-cache promise-memoization typescript
Last synced: 26 Nov 2024
https://github.com/bredele/cypher-through
Filter Neo4j records and return what really matters
Last synced: 19 Dec 2024
https://github.com/completejavascript/simple-indexdb-js
Simple IndexDB's wrapper using JavaScript Promise.
Last synced: 15 Dec 2024
https://github.com/arikw/flat-promise
Create a fresh new Promise with exposed 'resolve' & 'reject' callbacks available outside of its executor function
Last synced: 05 Dec 2024
https://github.com/wenzhang-dev/libz
modern c++ codebase
asio asynchronous-programming coroutine grpc promise
Last synced: 22 Jan 2025
https://github.com/blakek/compose
🛠 Compose functions and promises
functional-programming functions pipeline promise
Last synced: 02 Jan 2025
https://github.com/nwtgck/promise-http-server-npm
Promise-based HTTP server for JavaScript/TypeScript: using accept(), easy to use in async-await context
accept http-server http2 http2-server javascript node nodejs promise typescript
Last synced: 02 Nov 2024
https://github.com/allan-nava/ajax-javascript-sdk
javascript javascript-vanilla promise
Last synced: 14 Jan 2025
https://github.com/jb1905/react-render-actions
💥 Set of JavaScript actions to use during component rendering
async-await filter if-else loop map promise react reduce rendering switch-case
Last synced: 21 Dec 2024