Mercurial > pub > ImplabNet
diff 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 |
line wrap: on
line diff
--- a/Implab/Implab.csproj Wed Nov 06 01:07:55 2013 +0400 +++ b/Implab/Implab.csproj Wed Nov 06 17:49:12 2013 +0400 @@ -38,6 +38,7 @@ <Compile Include="IPromise.cs" /> <Compile Include="ITaskController.cs" /> <Compile Include="ManagedPromise.cs" /> + <Compile Include="Parallels\MTQueue.cs" /> <Compile Include="Parallels\WorkerPool.cs" /> <Compile Include="PromiseState.cs" /> <Compile Include="TaskController.cs" />