Example #1
0
 public void BeginTransformMany_With_Threads_Works_With_BlockingCollection()
 {
     var enumerable = new BlockingCollection <object>();
     var result     = enumerable.BeginTransformMany(x => new[] { x }, 1);
 }