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
Remove Unused ThreadList
We kept a list of threads, but never used them. Additionally, we never
even rejoined. Switched to an implementation that detaches our temporary
threads and gets rid of the unused list.