Eigener Buffer für Producer-Consumer Lösung.

Noch unvollständig
This commit is contained in:
Daniel Herrmann
2014-04-16 14:28:01 +02:00
parent 32048c3d84
commit cc268a3983
4 changed files with 49 additions and 19 deletions

View File

@@ -41,6 +41,7 @@
<ItemGroup>
<Compile Include="DummyBackend.cs" />
<Compile Include="ParserTest.cs" />
<Compile Include="src\Buffer.cs" />
<Compile Include="src\Receiver.cs" />
<Compile Include="src\Sender.cs" />
<Compile Include="src\DefaultGui\DefaultGui.Designer.cs" />