Mercurial > pub > ImplabNet
diff MonoPlay/Program.cs @ 124:a336cb13c6a9 v2
major update, added Drain mathod to AsyncQueue class
| author | cin | 
|---|---|
| date | Thu, 15 Jan 2015 02:43:14 +0300 | 
| parents | 0c8685c8b56b | 
| children | f803565868a4 | 
line wrap: on
 line diff
--- a/MonoPlay/Program.cs Tue Jan 13 01:42:38 2015 +0300 +++ b/MonoPlay/Program.cs Thu Jan 15 02:43:14 2015 +0300 @@ -51,7 +51,7 @@ Console.WriteLine("done reader #2: {0} ms", Environment.TickCount - t1); } ) - .Combine() + .Bundle() .Join(); Console.WriteLine("done: {0} ms, summ#1: {1}, summ#2: {2}, total: {3}, count: {4}", Environment.TickCount - t1, res1, res2, res1 + res2, count*2); @@ -107,7 +107,7 @@ } ) - .Combine() + .Bundle() .Join();
