sg-flow
v1.0.86
Published
Provides several functions for handling the top-level control flow in continuation-style functions.
Downloads
20
Readme
sg-flow
Provides several functions for handling the top-level control flow in continuation- style functions.
Workhorses
sg.__each(collection, callback, onDone);
sg.__run([fns], onDone);
sg.__run2(initialResult, [fns], onDone, onAbort);
sg.__eachll(collection, maxConcurrent, callback, onDone);
sg.__runll(maxConcurrent, [fns], onDone);
sg.until(options, callback, onDone);