thenable
There are 23 repositories under thenable topic.
metarhia/metasync
Asynchronous Programming Library for JavaScript & Node.js
alexito4/Flow
🌊 Let your code flow. Extension methods for fluent syntax in Swift.
metarhia/do
Simplest way to manage asynchronicity
houd1ni/WebsocketPromisify
Makes websocket's API just like REST with Promise-like API, with native Promises.
mantoni/listen.js
A tiny library to wait for the results of multiple callbacks. For node and the browser.
bredele/bluff
🙏 Promise A+ implementation
codemodsquad/asyncify
Don't keep your promises 😉
HowProgrammingWorks/Thenable
Thenable contract
void666/request-promise-retry
Simplest request promise wrapper with retry
HowProgrammingWorks/Deferred
Deferred (and comparison to Future and Promise)
HowProgrammingWorks/Expirable
Expirable Promises
0xLeif/Closure
Define and chain Closures with Inputs and Outputs
hainayanda/Ergo
Ergo is a Swift framework for concurrent programming based on promise pipelining. It could help to avoid callback hell in complex asynchronous task
void666/fs.promise
Promise wrapper on top of fs module
anseki/dual-api
Make your module implement dual APIs, callback API and thenable (Promise) API.
singcl/promise
🦁 Step by step build a Promise Class & Promise/Promise A+
KID-joker/then-ref
then-ref is a utility library designed to standardize the APIs of third-party libraries, providing consistent then, catch, and finally methods for both synchronous and asynchronous APIs.
Swivelgames/thenable-events
Powerful event-based system that introduces thenable objects to enable promise-like event handling.
ecman/backthen
Run a callback as a thenable
untool/eprom
A deliberately incorrect resettable promise-like JavaScript async primitive powering untool's server-side rendering and module reloading. Mostly conforms with the Promises/A+ spec.
afeiship/next-is-promise
Test whether an object looks like a promises-a+ promise.
ecman/wiothen
Promise, then, on filepaths in a directory tree (beta code)
PhpGt/Promise
A pleasant way to work with asynchronous PHP.