promise-library
There are 121 repositories under promise-library topic.
sindresorhus/promise-fun
Promise packages, patterns, chat, and tutorials
vitaly-t/pg-promise
PostgreSQL interface for Node.js
malcommac/Hydra
⚡️ Lightweight full-featured Promises, Async & Await Library in Swift
jdeferred/jdeferred
Java Deferred/Promise library similar to JQuery.
asfktz/Awaity.js
A functional, lightweight alternative to bluebird.js, built with async / await in mind.
chebyrash/promise
Promise / Future library for Go
vsilaev/tascalate-concurrent
Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s
athos/kitchen-async
A Promise library for ClojureScript, or a poor man's core.async
bluejava/zousan
A Lightning Fast, Yet Very Small Promise A+ Compliant Implementation
celery/vine
Python promises
doodlewind/nativebird
🐦 Bluebird alternative within ~200 loc
vitaly-t/spex
:bulb: Specialized Promise Extensions
BlackMATov/promise.hpp
C++ asynchronous promises like a Promises/A+
NobleMajo/hivessh
HiveSSH simplifies SSH2 connections via promise-based task execution on Linux servers with built-in server utilities and powerful command execution functions
keyvan-m-sadeghi/nancy
How JavaScript Promise Works
sebelga/promised-hooks
Middleware utility for your Promises
alxvasilev/cpp-promise
Javascript-like promises for C++ in a lightweight single header library
subbu963/buzy
Async queue manager for node and browser
y13i/retryx
Promise-based retry workflow library.
restorer/hxbolts
Deal with async tasks like a boss
fpg1503/Asynchronous
Implementation-agnostic asynchronous code
imranhsayed/javascript-concepts
:mortar_board: A demo app for JavaScript Concepts
vitalets/promise-controller
Advanced control of JavaScript promises
rpgeeganage/alls
Just another library with the sole purpose of waiting till all promises to complete. Nothing more, Nothing less.
vitalets/controlled-promise
Advanced control of JavaScript promises
anonyco/SPromiseMeSpeedJS
The JavaScript library that promises you the fastest ES6 promises
berstend/multi-promise
Run multiple promises in parallel with a strategy
cooldogepm/libPromise
A minimalistic implementation of Promises for PHP
creeperyang/promise-a-plus
A JavaScript Promise/A+ Library.
karoloortiz/Delphi_Async_Library
Async functions for delphi
shfshanyue/promise-utils
Useful utils about promise. (map, filter, retry, sleep
flutterjanus/JanusJs
Meetecho Janus Server, javascript wrapper library with all bells and whistles
jinjor/batch-runner
A promise utility for batching
chaqchase/async-sequence
async-sequence contains a utility class to run sequential promises in Typescript
GiviMAD/PromiseReentrantLock
Lock mechanism for promises, using a linked list like implementation
virgil382/JSLikePromise
JavaScript-like Promises for C++20 with ES6 async/await semantics. Supports move (e.g. so you can wrap ASIO and avoid callback hell).