Skip to content

untyper/thread-safe-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

thread-safe-array

Lock-free thread-safe array for C++ 17 (and up)

Usage

  • Todo. For now check out safe_array.h

Notes

  • 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

About

Lock-free thread-safe array for C++ 17 (and up)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages