Closed mcfadden8 closed 5 years ago
This fixes a problem where wait_for_idle can return prematurely if there are no busy waiters, but there are items on the work queue which can happen if the waiters have not completely woken up yet to service the queue.
wait_for_idle
This fixes a problem where
wait_for_idle
can return prematurely if there are no busy waiters, but there are items on the work queue which can happen if the waiters have not completely woken up yet to service the queue.