Files
lock_free_queue/README.md
T
2024-03-23 23:11:04 +01:00

3 lines
188 B
Markdown

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.