Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with promise-library

A curated list of projects in awesome lists tagged with promise-library .

https://github.com/malcommac/Hydra

⚡️ Lightweight full-featured Promises, Async & Await Library in Swift

async await futures gcd promise-library promises swift

Last synced: 09 Dec 2024

https://github.com/malcommac/hydra

⚡️ Lightweight full-featured Promises, Async & Await Library in Swift

async await futures gcd promise-library promises swift

Last synced: 20 Dec 2024

https://github.com/jdeferred/jdeferred

Java Deferred/Promise library similar to JQuery.

android async java promise promise-library

Last synced: 20 Dec 2024

https://github.com/asfktz/Awaity.js

A functional, lightweight alternative to bluebird.js, built with async / await in mind.

async-await functional promise-library utility-library

Last synced: 13 Nov 2024

https://github.com/vsilaev/tascalate-concurrent

Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s

async async-programming asynchronous asynchronous-programming completablefuture completionstage concurrency concurrent concurrent-programming executor executorservice java java-library java11 java8 java9 promise promise-interface promise-library promises

Last synced: 17 Dec 2024

https://github.com/athos/kitchen-async

A Promise library for ClojureScript, or a poor man's core.async

async asynchronous clojurescript promise promise-library

Last synced: 12 Nov 2024

https://github.com/bluejava/zousan

A Lightning Fast, Yet Very Small Promise A+ Compliant Implementation

promise promise-implementations promise-library promises-aplus

Last synced: 01 Nov 2024

https://github.com/vitaly-t/spex

:bulb: Specialized Promise Extensions

promise-library promise-wrapper promises

Last synced: 15 Dec 2024

https://github.com/sebelga/promised-hooks

Middleware utility for your Promises

hooks middleware promise promise-library

Last synced: 06 Dec 2024

https://github.com/subbu963/buzy

Async queue manager for node and browser

ajax javascript nodejs promise promise-library

Last synced: 06 Dec 2024

https://github.com/noblemajo/hivessh

HiveSSH simplifies SSH2 connections via promise-based task execution on Linux servers with built-in server utilities and powerful command execution functions

ansible automation javascript-library node-ssh promise-library promises promisify server-config server-configuration server-configurations server-controller serverless sftp sftp-client ssh ssh-client-library ssh-library ssh2 typescirpt typescript-library

Last synced: 20 Oct 2024

https://github.com/rpgeeganage/alls

Just another library with the sole purpose of waiting till all promises to complete. Nothing more, Nothing less.

allsettled library promise promise-library promise-series promises promises-complete small-projects tiny-library typescript typescript-library

Last synced: 27 Oct 2024

https://github.com/vitalets/promise-controller

Advanced control of JavaScript promises

promise promise-api promise-library promise-wrapper

Last synced: 01 Nov 2024

https://github.com/imranhsayed/javascript-concepts

:mortar_board: A demo app for JavaScript Concepts

async-await javascript promise-all promise-library promises try-catch

Last synced: 19 Oct 2024

https://github.com/cooldogepm/libpromise

A minimalistic implementation of Promises for PHP

php promise promise-chain promise-library threading

Last synced: 05 Nov 2024

https://github.com/berstend/multi-promise

Run multiple promises in parallel with a strategy

promise promise-all promise-library promise-pool

Last synced: 15 Nov 2024

https://github.com/shfshanyue/promise-utils

Useful utils about promise. (map, filter, retry, sleep

async-await delay nodejs parallel promise promise-library promise-map

Last synced: 28 Nov 2024

https://github.com/creeperyang/promise-a-plus

A JavaScript Promise/A+ Library.

promise-library promises-aplus

Last synced: 28 Oct 2024

https://github.com/jinjor/batch-runner

A promise utility for batching

batch javascirpt promise promise-library promise-utilities

Last synced: 22 Nov 2024

https://github.com/triyanox/async-sequence

async-sequence contains a utility class to run sequential promises in Typescript

async bun nodejs promise promise-library sequencer

Last synced: 13 Oct 2024

https://github.com/gadingnst/concurrent-manager

A simple and fast way to manage concurrent promise tasks with Queue Data Structure.

concurrent-queues promise promise-concurrent promise-library promise-queue queue

Last synced: 20 Dec 2024

https://github.com/chadian/vouch

🤞🏽A Promises/A+ library, written in typescript. A fun experiment, but you probably wouldn't want to use this in production 😄

javascript promise promise-library vouch

Last synced: 27 Oct 2024

https://github.com/busterc/promise-until

:loop: Calls a function repeatedly if a condition returns false and until the condition returns true and then resolves the promise

es6-promise flow-control promise promise-library promise-modules promises

Last synced: 12 Dec 2024

https://github.com/busterc/promise-do-whilst

:loop: Calls a function repeatedly while a condition returns true and then resolves the promise

es6-promise flow-control promise promise-library promise-modules promises

Last synced: 12 Dec 2024

https://github.com/shimataro/yakusoku

オレオレPromise

javascript promise promise-library

Last synced: 06 Nov 2024

https://github.com/vodyani/utils

🏃🏻‍♀️ utils 是一个函数工具库,提供了验证、转换、异步处理、算法、数据结构等功能。

backend convert promise-library utils utils-library validator vodyani

Last synced: 01 Nov 2024

https://github.com/palanik/promiseful

🤞 Useful patterns with Promise functions

javascript promise promise-library

Last synced: 18 Dec 2024

https://github.com/herber/minp

A minimal promise polyfill.

minimal polyfill promise promise-library

Last synced: 18 Dec 2024

https://github.com/vitalets/pendings

[DEPRECATED] Better control of promises

promise promise-api promise-library promise-support promises

Last synced: 17 Dec 2024

https://github.com/ipluser/promise-interceptor

An interceptor tool for Promise.

interceptor promise promise-library

Last synced: 14 Nov 2024

https://github.com/fabervitale/pinky-promise

A Promise A+ spec compliant implementation written in Typescript

promise promise-library promiseaplus typescript

Last synced: 27 Oct 2024

https://github.com/vitalets/promised-map

A map of promises that can be resolved or rejected by key

promise promise-library

Last synced: 21 Dec 2024

https://github.com/busterc/promise-do-until

:loop: Calls a function repeatedly until a condition returns true and then resolves the promise

es6-promise flow-control promise promise-library promise-modules promises

Last synced: 12 Dec 2024

https://github.com/honzabrecka/promise

Yet another Promises/A+ conformant promise implementation.

es6-promise javascript promise-library promises

Last synced: 16 Nov 2024

https://github.com/wolven531/promise-tests

Used to demonstrate and explain different promise and async concepts and libraries

async async-await asynchronous javascript js nodejs promise promise-library promises react reactjs reactts ts typescript

Last synced: 07 Nov 2024

https://github.com/bobkerns/better-future

Futures (deferred/lazy evaluation), with cancellation, timeouts, task groups and pools, working fully w/ Promises.

asynchronous-programming lazy-evaluation promise-library promises

Last synced: 18 Nov 2024

https://github.com/magnetikonline/promessa

Promise library for Node.js meeting the Promises/A+ specification, written with a focus towards readability.

npm-package promise promise-library

Last synced: 12 Nov 2024

https://github.com/fabervitale/build-js-promise-from-scratch-talk

Slides of a talk about building JS Promise in Typescript

promise promise-library slides slidev typescript

Last synced: 14 Dec 2024

https://github.com/itsjwala/auto_torrent

Torrents managing API for an Android App made during KJSCE hackathon 2017

express hackathon nodejs promise-library

Last synced: 13 Nov 2024

https://github.com/donatorsky/go-promise

Promise library for Go.

go golang promise promise-library

Last synced: 13 Nov 2024

https://github.com/abumq/airsync

⚡ Streamline your code by replacing multiple `await` calls with a single `await` using ༄AirSync, and fully leverage the power of asynchronous, non-blocking I/O.

async async-await javascript-library optimization promise-library

Last synced: 05 Dec 2024

https://github.com/chopinsky/promise-herald

A nimble npm package that dispatch the resolve or rejection of a promise to one or more subscribers

javascript javascript-library npm promise promise-library

Last synced: 16 Dec 2024