You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This condition make the executor active spin until the time is over if used in spin_all.
I guess
if (!wait_result_.has_value() || !exhaustive) {
// In the case of spin some, then we can exit// In the case of spin all, then we will allow ourselves to wait again.break;
}