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
Don't free active pthread data during terminateAllThreads (#18676)
This is a workaround for the fact that `worker.terminate()` seems to be
async, which means the thread could continue to run after it returns.
Fixes: #18675
0 commit comments