Reimplement std::future and std::promise to workaround TSAN false positives

This commit is contained in:
Ben Clayton
2019-11-14 08:04:02 +00:00
parent 1f7f48904a
commit 44d158805c
3 changed files with 190 additions and 10 deletions

View File

@@ -22,8 +22,10 @@
#include "gtest/gtest.h"
#include <array>
#include <atomic>
#include <condition_variable>
#include <mutex>
#include <thread>
namespace dap {