SirCollypso opened this issue 9 months ago · 1 comments
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?
Duplicate of #176