A huge permission improvement
This commit is contained in:
@@ -34,4 +34,6 @@ class spin_lock {
|
||||
always_inline void unlock() {
|
||||
locked.store(false, std::memory_order_release);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
#undef always_inline
|
||||
Reference in New Issue
Block a user