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
Extend the range of valid timeouts for spin_all() invocations to 0 i.e. keep spinning until all work has been exhausted.
Implementation considerations
It should boil down to a one line change here. While it is true that it could result in an indefinite wait, if work keeps coming faster than it can be processed then that's arguably a higher-order issue with the particular use case.
The text was updated successfully, but these errors were encountered:
Feature request
Feature description
Extend the range of valid timeouts for
spin_all()
invocations to 0 i.e. keep spinning until all work has been exhausted.Implementation considerations
It should boil down to a one line change here. While it is true that it could result in an indefinite wait, if work keeps coming faster than it can be processed then that's arguably a higher-order issue with the particular use case.
The text was updated successfully, but these errors were encountered: