-
Enhancement
-
Resolution: Fixed
-
P4
-
15
-
b19
GenericTaskQueue<>::push_slow exists to handle a case which provably cannot occur. It's presence suggests that case can occur, making the code confusing and wasting a little space and time. It should be removed, with an explantion of why.