CircularBuffer: Nice buffer with lambda producer and consumer

This commit is contained in:
Karsten Jeppesen
2021-03-02 17:20:41 +01:00
parent d363a3e30a
commit ba6d58efb9
4 changed files with 96 additions and 0 deletions

17
CircularBuffer/.project Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>CircularBuffer</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>