I want to use async() to speed up a loop in my code. So, I encapsulate looping task as a function and want to make multiple async() call to create mult
async()