Skip to content

Commit

Permalink
update block & utxo replayers to use TPL dataflow, remove some more u…
Browse files Browse the repository at this point in the history
…nused parallel classes
  • Loading branch information
User1785604260 committed Jun 28, 2015
1 parent ccbc2ea commit 97dc148
Show file tree
Hide file tree
Showing 15 changed files with 272 additions and 1,362 deletions.
1 change: 0 additions & 1 deletion BitSharp.Common.Test/BitSharp.Common.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
<Compile Include="LookAheadTest.cs" />
<Compile Include="MockWorker.cs" />
<Compile Include="DurationMeasureTest.cs" />
<Compile Include="ParallelReaderTest.cs" />
<Compile Include="RateMeasureTest.cs" />
<Compile Include="TestData.cs" />
<Compile Include="UInt256Test.cs" />
Expand Down
339 changes: 0 additions & 339 deletions BitSharp.Common.Test/ParallelReaderTest.cs

This file was deleted.

2 changes: 0 additions & 2 deletions BitSharp.Common/BitSharp.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@
<Compile Include="LookAheadMethods.cs" />
<Compile Include="ConcurrentBlockingQueue.cs" />
<Compile Include="IParallelReader.cs" />
<Compile Include="ParallelReader.cs" />
<Compile Include="ParallelObserver.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="MethodTimer.cs" />
<Compile Include="DurationMeasure.cs" />
Expand Down
Loading

0 comments on commit 97dc148

Please sign in to comment.