Remove notifier class

Poorly implemented condition variable.
This commit is contained in:
Nekotekina 2019-09-09 01:29:18 +03:00
parent b91661ae71
commit a45f86a4a2
5 changed files with 2 additions and 178 deletions

View file

@ -17,7 +17,7 @@
#include <thread>
#include <deque>
static_assert(sizeof(notifier) == 8, "Unexpected size of notifier");
static_assert(sizeof(shared_cond) == 8, "Unexpected size of shared_cond");
namespace vm
{
@ -1060,7 +1060,7 @@ namespace vm
}
lock.upgrade();
// Allocation on arbitrary address
if (location != any && location < g_locations.size())
{