Let's say we have a loop performing something over a sequence of items (with each operation not related to the others), is there any way to have 2 or more of the processed at the same time (using different threads or cores)?
Is there any related example?
