Mercurial > pub > ImplabNet
comparison Implab/Implab.csproj @ 203:4d9830a9bbb8 v2
Added 'Fail' method to RunnableComponent which allows component to move from
Running to Failed state.
Added PollingComponent a timer based runnable component
More tests
Added FailPromise a thin class to wrap exceptions
Fixed error handling in SuccessPromise classes.
author | cin |
---|---|
date | Tue, 18 Oct 2016 17:49:54 +0300 |
parents | 2651cb9a4250 |
children | 8200ab154c8a |
comparison
equal
deleted
inserted
replaced
202:2651cb9a4250 | 203:4d9830a9bbb8 |
---|---|
192 <Compile Include="Automaton\AutomatonConst.cs" /> | 192 <Compile Include="Automaton\AutomatonConst.cs" /> |
193 <Compile Include="Automaton\RegularExpressions\RegularDFA.cs" /> | 193 <Compile Include="Automaton\RegularExpressions\RegularDFA.cs" /> |
194 <Compile Include="Components\LazyAndWeak.cs" /> | 194 <Compile Include="Components\LazyAndWeak.cs" /> |
195 <Compile Include="AbstractTask.cs" /> | 195 <Compile Include="AbstractTask.cs" /> |
196 <Compile Include="AbstractTaskT.cs" /> | 196 <Compile Include="AbstractTaskT.cs" /> |
197 <Compile Include="Components\PollingRunnableComponent.cs" /> | 197 <Compile Include="FailedPromise.cs" /> |
198 <Compile Include="FailedPromiseT.cs" /> | |
199 <Compile Include="Components\PollingComponent.cs" /> | |
198 </ItemGroup> | 200 </ItemGroup> |
199 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 201 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
200 <ItemGroup /> | 202 <ItemGroup /> |
201 <ProjectExtensions> | 203 <ProjectExtensions> |
202 <MonoDevelop> | 204 <MonoDevelop> |