Mercurial > pub > ImplabNet
diff Implab/Parallels/DispatchPool.cs @ 41:2fc0fbe7d58b
Added TraceContext support to array traits
author | cin |
---|---|
date | Tue, 15 Apr 2014 18:06:34 +0400 |
parents | dabf79fde388 |
children | 4f20870d0816 |
line wrap: on
line diff
--- a/Implab/Parallels/DispatchPool.cs Tue Apr 15 17:52:09 2014 +0400 +++ b/Implab/Parallels/DispatchPool.cs Tue Apr 15 18:06:34 2014 +0400 @@ -274,7 +274,7 @@ protected abstract void InvokeUnit(TUnit unit); - void Worker() { + protected virtual void Worker() { TUnit unit; //Console.WriteLine("{0}: Active", Thread.CurrentThread.ManagedThreadId); Interlocked.Increment(ref m_activeThreads);