Parallel ranges, how?

Simen kjaeraas simen.kjaras at gmail.com
Sat May 22 05:11:24 PDT 2010


How does the current range system accommodate parallel iteration?

As far as I can see, a context switch could happen between calls to
popFront and front, thus popping a value off the range before we're
able to get its value.

-- 
Simen


More information about the Digitalmars-d-learn mailing list