node-vasync
node-vasync copied to clipboard
barrier with abort()
It would be neat if you could, once you detect some kind of error condition, call an abort(err) routine on a Barrier. This could fire drain(err) immediately, and ignore further done() calls for this Barrier.