You can achieve parallel execution control by using a DO_WHILE
task to iteratively trigger your generator task with a limit and loop based on generated results. Another approach is to introduce a queue to limit the number of active tasks.
You can achieve parallel execution control by using a DO_WHILE
task to iteratively trigger your generator task with a limit and loop based on generated results. Another approach is to introduce a queue to limit the number of active tasks.