Wednesday, 15 July 2020

Is the Async npm module still relevant for parallel task execution?

While reading books like Node Design Patterns and others, I see that the async npm module is frequently mentioned as a 'standard' to do parallel task execution.Is this obsolete from the moment native async/await support was shipped in Node? Or is it something complementary?

Submitted July 15, 2020 at 11:23PM by gkatsanos

No comments:

Post a Comment