diff --git a/README.md b/README.md new file mode 100644 index 0000000..ad13c6d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +This is a queue I've implemented to learn about lock-free programming. It allows multiple producers and consumers. Use at your own risk! + +P.S. tinycthread is only included to run the test. \ No newline at end of file