index
:
delta/npm-packages/async.git
1.1.x
1465
2.0-doc-callouts
2.x
DELETE_THIS_BRANCH
add_missing_return_docs
applyeach-no-partial
async-fn-support
async-generator-support
async-q-process
async-retry-interval
auto-argument-ordering
auto-no-deferral
autoinject
awaitable
awaitable-queues
batch-push-queue
break-tester-loops
browser-ci
browser-ma
browser-setimmediate
build-refactor
building
canceling
concat-order
concatLimit
dependabot/npm_and_yarn/babel/eslint-parser-7.19.1
dependabot/npm_and_yarn/chai-4.3.7
dependabot/npm_and_yarn/eslint-8.35.0
dependabot/npm_and_yarn/fs-extra-11.1.0
dependabot/npm_and_yarn/jsdoc-4.0.2
dependabot/npm_and_yarn/karma-6.4.1
dependabot/npm_and_yarn/rollup-3.17.3
dependabot/npm_and_yarn/semver-7.3.8
dependabot/npm_and_yarn/yargs-17.7.1
dll
doc-linking
docs
docs-folder
each-cleanup
each-iter
eachOfLimitImpl
ensure_async
es5-dep
es6-iterators
es6ify
eslint
fast-path-eachOf
filter-array-specific
fix-build
fix-retry-interval-func
generate-index
gh-pages
include-source-map-in-build
initial-params
issue-template
iterable-docs
iterator-jit
iters
jsdoc
kill-iterator
lib-import-cleanups
linked-list-methods
lodash-use
loops
map-objects
master
modularization
module-pkg
object-map
optimize-page-load
pr/1267
pr/1297
predicate-standardization
promisify_priority_queue
propagate-err
queue-724
queue-hard-kill
queue-opts
queue-tests
queue-workerslist-fix
retry
retry-optional-callback
retryable
schedule-drain
setImm
setimmediate-args
test-build
test-retry
timeout-fix
token-bucket
transform
unused-condition
update-dependencies
v1.4
waterfall-multiple-callback-defense
waterfall-optimization
whilst-first-it-fix
github.com: caolan/async
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
async.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
added async.compose
Caolan McMahon
2013-02-07
1
-0
/
+18
*
fixed queue bug, added test
zaphod1984
2013-02-06
1
-3
/
+4
*
reimplementing queue unshift
KARASZI István
2013-02-04
1
-13
/
+27
*
remove module id for requirejs define call
Caolan McMahon
2013-02-04
1
-1
/
+1
*
use a more liberal check for completed number of tasks - closes #121
Caolan McMahon
2013-01-31
1
-4
/
+4
*
Merge remote branch 'timoxley/master'
Caolan McMahon
2013-01-31
1
-0
/
+17
|
\
|
*
Add times and timesSeries functions for asynchronously executing a function n...
Tim Oxley
2012-05-26
1
-0
/
+15
*
|
fix stackoverflows in queue when using synchronous tasks - WARNING, this slig...
Caolan McMahon
2013-01-31
1
-5
/
+22
*
|
automatically call nextTick on some synchronous function calls
Caolan McMahon
2013-01-31
1
-5
/
+48
*
|
replace process.nextTick call with async.nextTick and increase timeouts for s...
Caolan McMahon
2013-01-31
1
-1
/
+1
*
|
Merge remote branch 'dougwilson/feature/setImmediate-support'
Caolan McMahon
2013-01-31
1
-4
/
+11
|
\
\
|
*
|
Add async.nextTick browser fallback to setImmediate
Douglas Christopher Wilson
2012-06-12
1
-4
/
+11
*
|
|
force nextTick on auto calls to prevent double task execution when synchronous
Caolan McMahon
2013-01-31
1
-4
/
+2
*
|
|
Merge remote branch 'dpatti/auto-fix'
Caolan McMahon
2013-01-31
1
-1
/
+3
|
\
\
\
|
*
|
|
Altered prevention to avoid repeat auto tasks
Doug Patti
2012-07-24
1
-1
/
+3
|
|
/
/
*
|
|
Merge pull request #175 from parshap/feature/expose-memo
Caolan McMahon
2013-01-31
1
-0
/
+1
|
\
\
\
|
*
|
|
Expose memoized function's memos
Parsha Pourkhomami
2012-09-01
1
-0
/
+1
|
|
/
/
*
|
|
Merge pull request #141 from alexgorbatchev/master
Caolan McMahon
2013-01-31
1
-1
/
+1
|
\
\
\
|
*
|
|
`waterfall` now passes all arguments to callback even if there was an error.
Alex Gorbatchev
2012-06-15
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #194 from superjoe30/fix-use-strict
Caolan McMahon
2013-01-31
1
-2
/
+6
|
\
\
\
|
*
|
|
fix running in --use-strict mode. closes #189
Andrew Kelley
2012-10-16
1
-2
/
+6
*
|
|
|
Merge pull request #200 from coreyjewett/master
Caolan McMahon
2013-01-31
1
-4
/
+13
|
\
\
\
\
|
*
|
|
|
In #forEach and queue's worker calling the callback more than once causes bad...
Corey Jewett
2012-11-18
1
-4
/
+13
|
|
/
/
/
*
|
|
|
Merge remote branch 'jkroso/master'
Caolan McMahon
2013-01-31
1
-0
/
+28
|
\
\
\
\
|
*
|
|
|
added doWhilst and doUntil
jkroso
2012-11-29
1
-0
/
+28
|
|
/
/
/
*
|
|
|
Merge pull request #205 from danbell/limit
Caolan McMahon
2013-01-31
1
-30
/
+58
|
\
\
\
\
|
*
|
|
|
Added parallelLimit().
Daniel Bell
2012-12-05
1
-6
/
+21
|
*
|
|
|
Renaming forEachLimit to _forEachLimit, adding mapLimit tests
Calvin French-Owen
2012-11-24
1
-3
/
+3
|
*
|
|
|
Adding mapLimit
Calvin French-Owen
2012-11-20
1
-27
/
+40
|
|
/
/
/
*
|
|
|
Revert "Merge pull request #221 from ashnur/patch-1"
Caolan McMahon
2013-01-31
1
-4
/
+4
*
|
|
|
Merge pull request #216 from rhyzx/cargo
Caolan McMahon
2013-01-31
1
-0
/
+65
|
\
\
\
\
|
*
|
|
|
add cargo api
U0
2013-01-15
1
-0
/
+65
|
|
/
/
/
*
|
|
|
because globals suck :(
ashnur
2013-01-30
1
-4
/
+4
|
/
/
/
*
|
|
add AMD support
Caolan McMahon
2012-10-04
1
-7
/
+15
|
/
/
*
|
Avoid double calling tasks in auto when one or more tasks are synchronous.
Allan Carroll
2012-05-29
1
-1
/
+1
*
|
update indentation on forEachSeries
Caolan McMahon
2012-05-24
1
-27
/
+27
*
|
fix occasional synchronous use of forEachLimit
Caolan McMahon
2012-05-24
1
-2
/
+2
*
|
Merge pull request #124 from yawnt/master
Caolan McMahon
2012-05-23
1
-2
/
+2
|
\
\
|
*
|
moar fixes for #98
yawn
2012-04-26
1
-1
/
+1
|
*
|
fix issue #98
yawn
2012-04-26
1
-1
/
+1
*
|
|
without this ';' uglify throw errors when trying to build with strict_semicol...
PG Herveou
2012-04-29
1
-1
/
+1
|
/
/
*
|
Merge pull request #48 from onirame/master
Caolan McMahon
2012-02-26
1
-1
/
+1
|
\
\
|
*
|
fixed waterfall
Enrico Marino
2011-08-12
1
-1
/
+1
*
|
|
Merge pull request #100 from mmalecki/foreach-no-callback
Caolan McMahon
2012-02-26
1
-0
/
+3
|
\
\
\
|
*
|
|
Allow `forEach*` functions to be called with no callback
Maciej Małecki
2012-02-21
1
-0
/
+3
*
|
|
|
The function `_indexOf` is never used
Sergi Mansilla
2012-02-22
1
-12
/
+0
|
/
/
/
*
|
|
added possibility to push taskbulks, added test
zaphod1984
2012-02-12
1
-3
/
+13
*
|
|
Merge pull request #86 from pierrec/master
Caolan McMahon
2012-02-12
1
-1
/
+1
|
\
\
\
|
*
|
|
#queue(): allow unspecified callbacks
Pierre Curto
2012-01-30
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge https://github.com/pistolero/async into pistolero
Caolan McMahon
2012-02-12
1
-1
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
[next]