Ignore:
Timestamp:
Oct 27, 2022, 3:50:15 PM (21 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master
Children:
22a0e87
Parents:
a167c70c
Message:

Moved lockfree containers to containers/lockfree.hfa.
Added poison_list, which is a lock-free bag with push and poison as only operations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/Makefile.am

    ra167c70c r88ac843e  
    6262        containers/array.hfa \
    6363        containers/list.hfa \
    64         containers/queueLockFree.hfa \
    65         containers/stackLockFree.hfa \
     64        containers/lockfree.hfa \
    6665        containers/string_sharectx.hfa \
    6766        containers/vector2.hfa \
Note: See TracChangeset for help on using the changeset viewer.