Mercurial > pub > ImplabNet
diff Implab.Playground/Program.cs @ 234:8dd666e6b6bf v2
Added implab nuget spec
author | cin |
---|---|
date | Thu, 05 Oct 2017 09:21:23 +0300 |
parents | d6fe09f5592c |
children | 302ca905c19e |
line wrap: on
line diff
--- a/Implab.Playground/Program.cs Wed Oct 04 15:44:47 2017 +0300 +++ b/Implab.Playground/Program.cs Thu Oct 05 09:21:23 2017 +0300 @@ -49,7 +49,6 @@ return actual != 0; } - /* static void EnqueueRange<T>(AsyncQueue<T> q, T[] data, int offset, int len) { for (var i = offset; i < offset + len; i++) q.Enqueue(data[i]); @@ -66,15 +65,15 @@ } return actual != 0; } - */ + - static void EnqueueRange<T>(AsyncQueue<T> q, T[] data, int offset, int len) { + /*static void EnqueueRange<T>(AsyncQueue<T> q, T[] data, int offset, int len) { q.EnqueueRange(data, offset, len); } static bool TryDequeueRange<T>(AsyncQueue<T> q, T[] buffer, int offset, int len, out int actual) { return q.TryDequeueRange(buffer, offset, len, out actual); - } + }*/ static void Main(string[] args) {