run-parallel

Run an array of functions in parallel
v1.2.0 URL: https://unpkg.com/run-parallel@1.2.0/index.js
OpenBrowse Files
parallelasyncfunctioncallbackasynchronousrunarrayrun parallel

run-series

Run an array of functions in series
v1.1.9 URL: https://unpkg.com/run-series@1.1.9/index.js
OpenBrowse Files
seriesasyncfunctioncallbackasynchronousrunarrayrun series

p-waterfall

Run promise-returning & async functions in series, each passing its result to the next
v3.0.0 URL: https://unpkg.com/p-waterfall@3.0.0/index.js
OpenBrowse Files
promisewaterfallseriesserialsequencesequentialorderedtasktasksarraycollectioniterableiteratorasyncawaitpromisesbluebird

has-values

Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
v2.0.1 URL: https://unpkg.com/has-values@2.0.1/index.js
OpenBrowse Files
arraybooleanemptyfindfunctionhashasOwnjavascriptjskeykeysnode.jsnullnumberobjectpropertiespropertystringtypeutilutilitiesutilityvaluevalues

run-parallel-limit

Run an array of functions in parallel, but limit the number of tasks executing at the same time
v1.1.0 URL: https://unpkg.com/run-parallel-limit@1.1.0/index.js
OpenBrowse Files
parallelasyncfunctioncallbackasynchronousrunarrayrun parallellimitmaxqueuerun parallel limitmax taskstasks