Resolve hanging process in case of uncaught exception

This commit is contained in:
Dennis Klein
2018-10-08 21:15:56 +02:00
committed by Dennis Klein
parent e1f555bc05
commit 1aab354a5d
5 changed files with 275 additions and 260 deletions

View File

@@ -21,6 +21,7 @@
#include <unordered_map>
#include <mutex>
#include <condition_variable>
#include <stdexcept>
namespace fair
{