From: Andy <delvarwo...@gmail.com>
Date: Sun, 25 Mar 2012 01:42:32 -0700 (PDT)
Local: Sun, Mar 25 2012 4:42 am
Subject: trying to wrap my head around "promises" - async vs Q
*Note, I am not asking which tool is better, I am simply trying to *I'm trying to wrap my head around promises in node. Right now I'm writing What I am trying to figure out is if these libraries are mutually Take this example: async.waterfall([ }); vs: Q.call(step1).then(step2).then(step3).then(step4).then(function (value4) { Both libraries are doing things in a series, and both are passing their Is async really just a more versatile q? Or are there reasons to use one And can you do parallel functions with promises? Or is that not what You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||