diff Implab/Implab.csproj @ 15:0f982f9b7d4d promises

implemented parallel map and foreach for arrays rewritten WorkerPool with MTQueue for more efficiency
author cin
date Thu, 07 Nov 2013 03:41:32 +0400
parents e943453e5039
children 9bf5b23650c9
line wrap: on
line diff
--- a/Implab/Implab.csproj	Wed Nov 06 17:49:12 2013 +0400
+++ b/Implab/Implab.csproj	Thu Nov 07 03:41:32 2013 +0400
@@ -38,6 +38,8 @@
     <Compile Include="IPromise.cs" />
     <Compile Include="ITaskController.cs" />
     <Compile Include="ManagedPromise.cs" />
+    <Compile Include="Parallels\DispatchPool.cs" />
+    <Compile Include="Parallels\ArrayTraits.cs" />
     <Compile Include="Parallels\MTQueue.cs" />
     <Compile Include="Parallels\WorkerPool.cs" />
     <Compile Include="PromiseState.cs" />