# # ChangeLog for libcfa/src/containers/queueLockFree.hfa # # Generated by Trac 1.2.1 # May 14, 2024, 4:22:09 PM Fri, 26 Mar 2021 21:57:52 GMT Thierry Delisle [2d95a2d] * libcfa/src/containers/queueLockFree.hfa (modified) Small fixes to lock free queues. Mon, 22 Mar 2021 20:39:22 GMT Thierry Delisle [304de00] * libcfa/src/Makefile.am (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/containers/queueLockFree.hfa (added) Added queueLockFree which contains two lockfree queue based on MCS.