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
I had overlooked the Queue module at first while writing; there are a bunch of residual uses of using a list ref and repeatedly building it. Queues are nicer.