Closed jpbecotte closed 3 years ago
in order to be compatible with the async.queue API, it would be nice to have a .error method like specified in async doc:
// assign an error callback q.error(function(err, task) { console.error('task experienced an error'); });
Would you like to send a Pull Request to address this issue? Remember to add unit tests.
in order to be compatible with the async.queue API, it would be nice to have a .error method like specified in async doc: