Add a ring buffer implementation.

This is intented to replace the pipe between the writer and reader 
threads. That way we can have a much better control of cancelation 
situations. Still to be optimized.
This commit is contained in:
Vreixo Formoso
2007-12-23 02:24:21 +01:00
parent 9ec475a900
commit 94e687d9d3
6 changed files with 463 additions and 3 deletions

View File

@ -29,3 +29,4 @@ demo/cat
demo/tree
demo/ecma119tree
demo/iso
demo/catbuffer