Weird multithreading stuff

asdf via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jan 29 20:51:44 PST 2016


Okay it somehow just got even stranger

that condition 'tokenIsAnOperator' in that code is a function to 
test whether the token is contained within the array ["+", "-", 
"*", "/"]

It seems that sometimes it returns true for "*", and sometimes 
false, but only when I have "parallel" in that foreach loop

what?


More information about the Digitalmars-d-learn mailing list