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
In some special cases it's desirable to spawn threads as non-unique right off the bat:
Unknown functions which spawn create unique threads: Clean up some special functions #837 (comment). This is unsound and we should instead create the new thread immediately as non-unique.
In some special cases it's desirable to spawn threads as non-unique right off the bat:
An extra uniqueness argument needs to be added and passed from
ctx.spawn
to the threadid analysis through the numerous transfer functions involved.The text was updated successfully, but these errors were encountered: