Hi, all. The question seems to be really easy to solve, but I can't find a way to do it. Well, imagine you have an array of objects. For each one of them, I want to run a process. These processes have to run
concurrently. But the problem is that the number of objects in the array can be different in every execution. So, I need to run an indeterminate number of concurrent processes. Is ...