Monday 21 November 2016

My brand new lib for managing async and parallel execution of tasks with limited concurrency

Last year around this same date I proposed to myself that I would get involved with the node/javascript community and start building tools to make our lives easier. I had great success with my previous library DreamJS (http://ift.tt/1Sr4lWJ) helping thousands of developers to create mocking data in a easy and straight foward way.Now I would like to present you my new creation:http://ift.tt/2fxn0mC library is meant to help developers to run asynchronous jobs, tasks and processes with concurrency limitation. It will accept arrays, functions, promises, array of promises, etc as a source and feed it to your process X at time.Please, I really would appreciate some feedback and also invite you to fork, change and contribute to the library if you see any potential.

Submitted November 21, 2016 at 01:18PM by Zartharus

No comments:

Post a Comment