58 results for “topic:promise-chain”
A simple, dependency-free library for concurrent promise-based queues. Comes with with concurrency and timeout control.
A prototypical animal which looks like an A+ Promise but doesn't defer immediately, so can run synchronously, for testing
Promises framework for Swift 5
Javascript-like promises for C++ in a lightweight single header library
The JavaScript library that promises you the fastest ES6 promises
A minimalistic implementation of Promises for PHP
A simple util to make rollback easy for complex nested promises
JavaScript-like Promise for C++20 with ES6 async/await semantics. Supports move (e.g. so you can wrap ASIO and avoid callback hell).
Enhanced angular $q on steroids
Asynchronous functional Either monad for promises
A comprehensive and easy to understand guide for Javascript advanced key concepts with examples and details. Written and gathered from different sources which are mentioned in the Reference part of the book.
A handful of examples on how Promises work in practice
JavaScript/NodeJS action execution control using conditions
비동기 콜백을 순차 실행 및 관리를 간소화하는 JavaScript 비동기 라이브러리
Easily modularize your application into cancelable components. Everything they initialize can be monitored, stopped and removed automatically, including views, nested promise trees, requests, listeners, DOM and CSS.
A strongly typed Promise override for TypeScript
[obsolete] see AirSync
A high-performance, type-safe Go Promise library inspired by JavaScript Promises.
A complete exploration of the JavaScript runtime: How the event loop, task queues, Web APIs, and Promises work together to handle asynchronous operations. Includes detailed explanations and runnable code examples that break down callback-based APIs, microtasks, macrotasks, and the internal mechanics behind async/await.
:innocent: A data fetching solution for React Hooks and Imperative Ajax request
Source code for: https://bit.ly/2YK0nlb
Namaste JavaScript notes provide a comprehensive guide for mastering JavaScript. Covering key concepts, syntax, and practical applications, it's an invaluable resource for developers seeking JavaScript proficiency.
Deferred async operation made easy in JavaScript
Execute promises one after an other using Array reduce
This is a Web Application which generates a new Joke each time the button clicked. It mainly depend on API fetching.
Java implementation of Promise A+
An extension of native ES6 Promises that provides the ability to cancel and/or clear promise chains.
Name promise chains and inject chains inbetween other chains.
Provides a way of knowing when a promise chain is settled. Useful for testing.
A featherweight Promise composition and error handling library for JavaScript