Added refactorings suggested by Simon Cropp

This commit is contained in:
Ami Bar
2009-12-19 17:33:30 +02:00
parent 1bd7e4d104
commit d2c14da5ad
62 changed files with 785 additions and 1131 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
using System;
using System.Diagnostics;
using Amib.Threading;
@@ -11,7 +12,7 @@ namespace Examples
IWorkItemsGroup wig = smartThreadPool.CreateWorkItemsGroup(1);
wig.OnIdle += new WorkItemsGroupIdleHandler(wig_OnIdle);
wig.OnIdle += wig_OnIdle;
foreach(object state in states)
{