aearly feat: await-able Async methods (#1572)
* make each and family awaitable

* dont pretend they're AsyncFunctions

* check errors

* ensure function name is preserved somehow

* awaitable concat

* awaitable detect

* awaitable every/filter

* awaitable groupBy

* awaitable map/mapValues

* awaitable reduce

* awaitable reject

* awaitable some

* awaitable transform

* awaitable times

* awaitable auto

* awaitable compose/seq

* awaitable whilst/until (lol)

* awaitable forever

* awaitable parallel/race

* awaitable retry

* awaitable series (lol)

* awaitable tryEach

* awaitable waterfall (lol)

* lint

* cleanup, remove noop and unused internal functions
Latest commit 8aecf10 Oct 1, 2018
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
internal feat: await-able Async methods (#1572) Oct 1, 2018
apply.js ES6-ify codebase (#1553) Jul 8, 2018
applyEach.js [wip] initial async generator support (#1560) Aug 5, 2018
applyEachSeries.js [wip] initial async generator support (#1560) Aug 5, 2018
asyncify.js [issue-1568][bug]: make sure error object defined before access its m… Aug 2, 2018
auto.js feat: await-able Async methods (#1572) Oct 1, 2018
autoInject.js feat: await-able Async methods (#1572) Oct 1, 2018
cargo.js use the AsyncFunction type in all docs 😓 Apr 1, 2017
cargoQueue.js feat: Add cargoQueue type and tests (#1567) Aug 7, 2018
compose.js feat: await-able Async methods (#1572) Oct 1, 2018
concat.js feat: await-able Async methods (#1572) Oct 1, 2018
concatLimit.js feat: await-able Async methods (#1572) Oct 1, 2018
concatSeries.js feat: await-able Async methods (#1572) Oct 1, 2018
constant.js ES6-ify codebase (#1553) Jul 8, 2018
detect.js feat: await-able Async methods (#1572) Oct 1, 2018
detectLimit.js feat: await-able Async methods (#1572) Oct 1, 2018
detectSeries.js feat: await-able Async methods (#1572) Oct 1, 2018
dir.js use the AsyncFunction type in all docs 😓 Apr 1, 2017
doUntil.js feat: await-able Async methods (#1572) Oct 1, 2018
doWhilst.js feat: await-able Async methods (#1572) Oct 1, 2018
each.js feat: await-able Async methods (#1572) Oct 1, 2018
eachLimit.js feat: await-able Async methods (#1572) Oct 1, 2018
eachOf.js feat: await-able Async methods (#1572) Oct 1, 2018
eachOfLimit.js feat: await-able Async methods (#1572) Oct 1, 2018
eachOfSeries.js feat: await-able Async methods (#1572) Oct 1, 2018
eachSeries.js feat: await-able Async methods (#1572) Oct 1, 2018
ensureAsync.js ES6-ify codebase (#1553) Jul 8, 2018
every.js feat: await-able Async methods (#1572) Oct 1, 2018
everyLimit.js feat: await-able Async methods (#1572) Oct 1, 2018
everySeries.js feat: await-able Async methods (#1572) Oct 1, 2018
filter.js feat: await-able Async methods (#1572) Oct 1, 2018
filterLimit.js feat: await-able Async methods (#1572) Oct 1, 2018
filterSeries.js feat: await-able Async methods (#1572) Oct 1, 2018
forever.js feat: await-able Async methods (#1572) Oct 1, 2018
groupBy.js feat: await-able Async methods (#1572) Oct 1, 2018
groupByLimit.js feat: await-able Async methods (#1572) Oct 1, 2018
groupBySeries.js feat: await-able Async methods (#1572) Oct 1, 2018
index.js feat: Add cargoQueue type and tests (#1567) Aug 7, 2018
log.js use the AsyncFunction type in all docs 😓 Apr 1, 2017
map.js feat: await-able Async methods (#1572) Oct 1, 2018
mapLimit.js feat: await-able Async methods (#1572) Oct 1, 2018
mapSeries.js feat: await-able Async methods (#1572) Oct 1, 2018
mapValues.js feat: await-able Async methods (#1572) Oct 1, 2018
mapValuesLimit.js feat: await-able Async methods (#1572) Oct 1, 2018
mapValuesSeries.js feat: await-able Async methods (#1572) Oct 1, 2018
memoize.js ES6-ify codebase (#1553) Jul 8, 2018
nextTick.js Fix typo (#1511) Jan 29, 2018
parallel.js feat: await-able Async methods (#1572) Oct 1, 2018
parallelLimit.js feat: await-able Async methods (#1572) Oct 1, 2018
priorityQueue.js feat: await-able Async methods (#1572) Oct 1, 2018
queue.js sentence fix (#1581) Sep 21, 2018
race.js feat: await-able Async methods (#1572) Oct 1, 2018
reduce.js feat: await-able Async methods (#1572) Oct 1, 2018
reduceRight.js feat: await-able Async methods (#1572) Oct 1, 2018
reflect.js prefer destructuring Jul 9, 2018
reflectAll.js ES6-ify codebase (#1553) Jul 8, 2018
reject.js feat: await-able Async methods (#1572) Oct 1, 2018
rejectLimit.js feat: await-able Async methods (#1572) Oct 1, 2018
rejectSeries.js feat: await-able Async methods (#1572) Oct 1, 2018
retry.js feat: await-able Async methods (#1572) Oct 1, 2018
retryable.js feat: await-able Async methods (#1572) Oct 1, 2018
seq.js feat: await-able Async methods (#1572) Oct 1, 2018
series.js feat: await-able Async methods (#1572) Oct 1, 2018
setImmediate.js generate lib/index.js from a template and a list of aliases Oct 15, 2017
some.js feat: await-able Async methods (#1572) Oct 1, 2018
someLimit.js feat: await-able Async methods (#1572) Oct 1, 2018
someSeries.js feat: await-able Async methods (#1572) Oct 1, 2018
sortBy.js feat: await-able Async methods (#1572) Oct 1, 2018
timeout.js disallow variable shadowing Jul 9, 2018
times.js feat: await-able Async methods (#1572) Oct 1, 2018
timesLimit.js feat: await-able Async methods (#1572) Oct 1, 2018
timesSeries.js feat: await-able Async methods (#1572) Oct 1, 2018
transform.js feat: await-able Async methods (#1572) Oct 1, 2018
tryEach.js feat: await-able Async methods (#1572) Oct 1, 2018
unmemoize.js ES6-ify codebase (#1553) Jul 8, 2018
until.js feat: await-able Async methods (#1572) Oct 1, 2018
waterfall.js feat: await-able Async methods (#1572) Oct 1, 2018
whilst.js feat: await-able Async methods (#1572) Oct 1, 2018