FuturesJS

FuturesJS

Geek Repo

Github PK Tool:Github PK Tool

FuturesJS's repositories

FuturesJS

The simple async toolkit - Promises (Futures), Subscriptions, and the like

forEachAsync

forEachAsync - browser and node ready

Language:JavaScriptLicense:Apache-2.0Stargazers:20Issues:2Issues:3

sequence

Execute async code in chronological order. The sequence module of FuturesJS (Browser, Node.js, Bower, and Pakmanager)

Language:JavaScriptLicense:Apache-2.0Stargazers:16Issues:4Issues:0

ArrayAsync

Async counterparts for each of the Array methods - forEachAsync, everyAsync, someAsync, filterAsync, mapAsync, reduceAsync, reduceRightAsync

Language:JavaScriptLicense:Apache-2.0Stargazers:6Issues:2Issues:0

join

Joins JavaScript's asynchronous calls together similar to how `pthread_join` works for threads.

Language:JavaScriptLicense:Apache-2.0Stargazers:6Issues:3Issues:0

lateral

Like forEachAsync and Join had a baby: sequences out n batches of async functions rather than all at once. Part of FuturesJS (Browser, Node.js, Bower, Pakmanager)

Language:JavaScriptLicense:Apache-2.0Stargazers:6Issues:2Issues:2

forAllAsync

Like forEachAsync and Join had a baby: sequences out n batches of async functions rather than all at once. Part of FuturesJS (Browser, Node.js, Bower, Pakmanager)

Language:JavaScriptLicense:Apache-2.0Stargazers:4Issues:2Issues:1