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
Why do we need to clone a thread instead of using next_ref.thread.unpark()? I understand the ordering issue and that we need to store before unparking. But why cannot we use next_ref.thread after store?
The text was updated successfully, but these errors were encountered:
Why do we need to clone a thread instead of using next_ref.thread.unpark()? I understand the ordering issue and that we need to store before unparking. But why cannot we use next_ref.thread after store?
The text was updated successfully, but these errors were encountered: