Files
2024-03-23 23:11:04 +01:00

188 B

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.