1
I Use This!
Low Activity

Commits : Listings

Analyzed 12 days ago. based on code collected 13 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Docs for `forEachLimit` More... over 13 years ago
bump version More... over 13 years ago
update minified version More... over 13 years ago
Merge branch 'master' of https://github.com/braddunbar/async into braddunbar-master More... over 13 years ago
bump version More... over 13 years ago
update minified build More... over 13 years ago
Merge branch 'unmemoize' of https://github.com/balinterdi/async into balinterdi-unmemoize More... over 13 years ago
Unmemoize can be called with a not memoized function, too. More... over 13 years ago
Add unmemoize documentation to README More... over 13 years ago
Add unmemoize function More... over 13 years ago
bump version More... over 13 years ago
Merge pull request #39 from indexzero/master More... over 13 years ago
Fixed a typo in the queue sample More... over 13 years ago
Merge pull request #50 from brunoqc/master More... over 13 years ago
fixed waterfall More... over 13 years ago
Merge branch 'master' of https://github.com/caolan/async More... over 13 years ago
Fix bug in auto. Results wern't being passed to functions that were immediately ready to run. More... over 13 years ago
replace stupid tasks splice call with shift More... over 13 years ago
[test] Add more tests for edge cases to forEachLimit More... over 13 years ago
[api test] Added `async.forEachLimit()` and associated tests More... over 13 years ago
In Auto function, save results from functions and pass them forward to dependents. More... over 13 years ago
Merge pull request #32 from reustle/master More... over 13 years ago
grammar nazi More... over 13 years ago
replace 'flow control' with 'control flow' in README to shut marak up More... over 13 years ago
update minfied version More... over 13 years ago
fix parallel implementation of detect when multiple matches occur, closes #28 More... over 13 years ago
memoize - handle multiple calls before completion More... almost 14 years ago
Merge github.com:pistolero/async More... almost 14 years ago
Fixed bug with calling callback several times when some functions were executed in parallel. More... almost 14 years ago
Fixed bug when listeners were not called in parallel. More... almost 14 years ago