Implement waitable atomics

Moved Atomic.h to util/atomic.hpp
List source files in CMakeLists.txt
This commit is contained in:
Nekotekina 2019-07-27 01:34:10 +03:00
parent ec2db8edbc
commit f63e89f9b4
25 changed files with 661 additions and 69 deletions

View file

@ -2,7 +2,7 @@
#include <mutex>
#include "types.h"
#include "Atomic.h"
#include "util/atomic.hpp"
// Lightweight semaphore helper class
class semaphore_base