I intend to use this space to document my promise modules, useful promise patterns, and how to solve common problems. For now though, you can see all my promise modules below.Star this repo to show your interest, so I can know whether to prioritize this work.
async-functions promise-modules promises ponyfill unicorns promise-library promise-queue promise promise-patterns async-await polyfill concurrency async iteration list resources awesome awesome-list nodejsevpp is a modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols. evpp provides a TCP Server to support multi-threaded nonblocking event-drive server and also a HTTP, UDP Server to support http and udp prococol.NOTE: master is our development branch and may not be stable at all times.
network-library libevent high-performance nonblocking tcp-server http-server udp-server async-functions evpp evnsq evmc cpp11Redux Promise Middleware enables simple, yet robust handling of async action creators in Redux. Given a single action with an async payload, the middleware transforms the action to a separate a pending action and a separate fulfilled/rejected action, representing the states of the async action.
redux async promises async-functions optimistic-updates middleware middlewares promise optimistic-updateTransform async functions to generator functions with speed and simplicity.
async-functions async-iterators transform async await async-await for-await for-await-of generators compiler transpiler es7Asynchronous Array Utilities (for await)
async-functions parallel asynchronous accumulator filter iteration promise promises async await arraysTakes the suck out of managing state for async functions in MobX.mobx-task removes the boilerplate of maintaining loading and error state of async functions in MobX.
mobx async-functions mobx-task decorators async state loading promiseNative TypeScript support for sindresorhus' awesome AVA test runner out of the box, without a prior build step.This is a fork of the official AVA repository with a couple of minimally invasive changes. Uses ts-node/register instead of Babel. Not the cleanest solution, but it works well.
ava typescript test-runner testing async-functions tapUseful when you need to run promise-returning & async functions multiple times with different inputs concurrently.Returns a Promise that is fulfilled when all promises in input and ones returned from mapper are fulfilled, or rejects if any of the promises reject. The fulfilled value is an Array of the fulfilled values returned from mapper in input order.
promise async-functions concurrency mapper nodejs parallel promises async async-await await iteration map resolved wait collection iterable iterator race fulfilled concurrently bluebirdkoa2 with koa-route, ES2017, DI Container, Structure, async Function...
nodejs koa2 koa koa2-boilerplate middleware es2017 async-functions best-practicesA full tutorial for JavaScript asynchronous development, with every new feature.
promise async-await async-functions ebook gitbookLike Array.some for promises. Returns a Promise that is fulfilled when any promise in input and ones returned from testFn are fulfilled, or rejects if any of the promises reject. The fulfilled value is a boolean that is true if any promise passed the test and false otherwise.
promise concurrency async-await async-functions nodejs parallel test async await iteration bluebird collection concurrently filter fulfilled iterable iterator promises someCompose your async functions with elegance. With bach, it is very easy to compose async functions to run in series or parallel.
async async-functions callback composing-functions stream promise parallel series settled observable gulpjs compose fluent composing continuation function-composition functional map extension tracing debug timing aop settle promises callbacks observables streams end completion complete finish done error-handlingPasses a value through an array of functions sequentially; Returns value fulfilled from final function in the array. Executes an array of functions concurrently; returns an array of fulfilled values.
async async-functions async-generators generators generator-functions control-flow flow-control
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.