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
Killing a client thread can deadlock the box thread because the box thread attempts to send the result of applying a function in call/atomic-box back to the client thread. It should sync on the client thread's death event when attempting to send the result and skip sending it if the thread dies.
The text was updated successfully, but these errors were encountered:
Killing a client thread can deadlock the box thread because the box thread attempts to send the result of applying a function in
call/atomic-box
back to the client thread. It shouldsync
on the client thread's death event when attempting to send the result and skip sending it if the thread dies.The text was updated successfully, but these errors were encountered: