Bugfix - wait_queue::clear() was not emptying out its util::deque after waking all the threads, so it would just grow forever.
1.1 KiB
1.1 KiB
Bugfix - wait_queue::clear() was not emptying out its util::deque after waking all the threads, so it would just grow forever.