Lock-free thread-safe array for C++ 17 (and up)
- Todo. For now check out
safe_array.h
- Very basic lock-free thread-safe
Safe_Array
implementation - Has not been tested extensively
- Order of elements is not guaranteed
- No external dependencies or platform specific code