Common: Implement a basic SpinLock class

This commit is contained in:
Fernando Sahmkow 2020-02-04 11:23:12 -04:00
parent bfa6193eb9
commit 13ed9438fb
3 changed files with 68 additions and 0 deletions

View file

@ -143,6 +143,8 @@ add_library(common STATIC
scm_rev.cpp
scm_rev.h
scope_exit.h
spin_lock.cpp
spin_lock.h
string_util.cpp
string_util.h
swap.h