I have an asynchronous function that I want to call multiple times in a row. The problem is that \"multiple\" can be a few hundred thousand or millions...
The obviou
No stackoverflow in case of async calls. Also, You can use async module's during method link, for recursively calling a async function.