Implement waitable atomics
Moved Atomic.h to util/atomic.hpp List source files in CMakeLists.txt
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ Intersection (&) and symmetric difference (^) is also available.
|
||||
*/
|
||||
|
||||
#include "types.h"
|
||||
#include "Atomic.h"
|
||||
#include "util/atomic.hpp"
|
||||
|
||||
template <typename T>
|
||||
class atomic_bs_t;
|
||||
|
||||
Reference in New Issue
Block a user