Ask a questionAsk a question
 

QuestionAsParallel extension method doesn't work

  • Monday, April 27, 2009 10:04 AMMotaro Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I watched "Future direction for Visual Basic" on PDC 2008, where Lucian Wischik showed up AsParallel extension method on integer array. I wrote the same code in my CTP and here's what I got:

    My result:                     "10, 20, 30, 40, 50, 60, 70, 80, 90, 100"
    Lucian Wischik's result:  "60, 70, 80, 90, 100, 10, 20, 30, 40, 50"

    Is it bug?