add readme

This commit is contained in:
2024-03-23 23:11:04 +01:00
parent 833f954d4f
commit de1b2b9db3
+3
View File
@@ -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.