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 code seems to need a general makeover. The requirement is to ensure the queue isn't processed while new tasks are being added. There has to be a better way to do this than a currentlyProcessing flag and a setTimeout().
The text was updated successfully, but these errors were encountered:
This code seems to need a general makeover. The requirement is to ensure the queue isn't processed while new tasks are being added. There has to be a better way to do this than a currentlyProcessing flag and a setTimeout().
The text was updated successfully, but these errors were encountered: