On Friday, 17 January 2014 at 21:07:46 UTC, Mineko wrote:

Let's say I want 3 while-loops running in parallel, without getting in the way of each other, how would I do that?

On the same set of data? That's optimistic if one of the loops writes :) Otherwise, you could just create three tasks, one per loop.

Reply via email to