3 Commits
Author SHA1 Message Date
Thomas Watson Steen d8a0f642a5 Add stackman in Debugging / Profiling section 2014-09-13 16:01:09 +02:00
Thomas Watson Steen f805157a88 Add node-modules.com in Resources section 2014-09-13 15:51:39 +02:00
Thomas Watson Steen c8638a6dc9 Add after-all-results to Control flow section
The module `after-all-results` is an extremely lightweight way of performing a series of async function calls and have it call a callback function once they have all finished.

The callback will be called with an array of the results from the async function calls.

The focus of the module is to do this with as little a coding overhead as possible.
2014-09-13 15:29:00 +02:00