comparison Implab/Implab.csproj @ 14:e943453e5039 promises

Implemented interllocked queue fixed promise syncronization
author cin
date Wed, 06 Nov 2013 17:49:12 +0400
parents eb418ba8275b
children 0f982f9b7d4d
comparison
equal deleted inserted replaced
13:b0feb5b9ad1c 14:e943453e5039
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\MTQueue.cs" />
41 <Compile Include="Parallels\WorkerPool.cs" /> 42 <Compile Include="Parallels\WorkerPool.cs" />
42 <Compile Include="PromiseState.cs" /> 43 <Compile Include="PromiseState.cs" />
43 <Compile Include="TaskController.cs" /> 44 <Compile Include="TaskController.cs" />
44 <Compile Include="ProgressInitEventArgs.cs" /> 45 <Compile Include="ProgressInitEventArgs.cs" />
45 <Compile Include="Properties\AssemblyInfo.cs" /> 46 <Compile Include="Properties\AssemblyInfo.cs" />