mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-29 00:27:52 +01:00
remove waiters from spinlock
This commit is contained in:
@@ -37,7 +37,6 @@ public:
|
||||
|
||||
private:
|
||||
std::atomic<bool> locked = false;
|
||||
struct TaskList *waiters = nullptr;
|
||||
};
|
||||
|
||||
static_assert(std::is_trivially_copyable_v<Spinlock> == true);
|
||||
|
||||
Reference in New Issue
Block a user