Multiple while-loops parallelism

Stanislav Blinov stanislav.blinov at gmail.com
Fri Jan 17 13:14:08 PST 2014


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.


More information about the Digitalmars-d-learn mailing list