Forum Discussion

Rober2024's avatar
Rober2024
Copper Contributor
Jul 31, 2024

do-while in parallel

Good morning: I have a code in C# Framework 4.8 that has a rather heavy do-while. I would like to know if there is a way to run it in parallel like for or foreach, which have their parallel versions...

Resources