Asynchronous Packages

for-async-i

No it's not for looping items and returning the result when the looping is done as promises can do thins. It is for looping over an object or an array and waiting for each of the elements to finish computation before iterating over second element.

1.0.2 • Published 8 years ago

fprime

An async sequences execution library. It has a very simple core, but is instrumented to add more complex flow control features.

1.0.8 • Published 11 years ago

g-asynchronize

Personal utility function to enable asynchronous control-flow with better code readability by wrapping a passed in generator function and conditionally transforming its yielded values to native Promises.

0.7.2 • Published 10 years ago