Let's say I want 3 while-loops running in parallel, without getting in the way of each other, how would I do that?
With std.parallel of course, but that's where I get confused, perhaps someone could enlighten me?
Let's say I want 3 while-loops running in parallel, without getting in the way of each other, how would I do that?
With std.parallel of course, but that's where I get confused, perhaps someone could enlighten me?