Forgot to declare Queue<T>::pop member function virtual.
This had the effect of busy-polling the CPU up to 100% as the event_fd was not read()
Showing
Please register or sign in to comment
This had the effect of busy-polling the CPU up to 100% as the event_fd was not read()