A huge permission improvement

This commit is contained in:
WolverinDEV
2019-07-17 18:24:43 +02:00
parent 49220489ca
commit 6ee207aaad
8 changed files with 781 additions and 47 deletions
+3 -1
View File
@@ -34,4 +34,6 @@ class spin_lock {
always_inline void unlock() {
locked.store(false, std::memory_order_release);
}
};
};
#undef always_inline