Mercurial > pub > ImplabNet
comparison 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 |
comparison
equal
deleted
inserted
replaced
14:e943453e5039 | 15:0f982f9b7d4d |
---|---|
36 <Compile Include="IProgressHandler.cs" /> | 36 <Compile Include="IProgressHandler.cs" /> |
37 <Compile Include="IProgressNotifier.cs" /> | 37 <Compile Include="IProgressNotifier.cs" /> |
38 <Compile Include="IPromise.cs" /> | 38 <Compile Include="IPromise.cs" /> |
39 <Compile Include="ITaskController.cs" /> | 39 <Compile Include="ITaskController.cs" /> |
40 <Compile Include="ManagedPromise.cs" /> | 40 <Compile Include="ManagedPromise.cs" /> |
41 <Compile Include="Parallels\DispatchPool.cs" /> | |
42 <Compile Include="Parallels\ArrayTraits.cs" /> | |
41 <Compile Include="Parallels\MTQueue.cs" /> | 43 <Compile Include="Parallels\MTQueue.cs" /> |
42 <Compile Include="Parallels\WorkerPool.cs" /> | 44 <Compile Include="Parallels\WorkerPool.cs" /> |
43 <Compile Include="PromiseState.cs" /> | 45 <Compile Include="PromiseState.cs" /> |
44 <Compile Include="TaskController.cs" /> | 46 <Compile Include="TaskController.cs" /> |
45 <Compile Include="ProgressInitEventArgs.cs" /> | 47 <Compile Include="ProgressInitEventArgs.cs" /> |