From de1b2b9db3893ab3469f857ec1530c190d9e4636 Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Sat, 23 Mar 2024 23:11:04 +0100 Subject: [PATCH] add readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md 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