コード例 #1
0
 public void Test_ParallelAlgorithms_SpeculativeFor_ArrayFor()
 {
     //内部执行并行循环,cas
     var result = ParallelAlgorithms.SpeculativeFor(0, 5, e => e);
 }