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
Presumably we could support this when "_Task_parallel _Spawn" is not immediately followed by a left brace -- a little subtle, but perhaps not too subtle.
The text was updated successfully, but these errors were encountered:
The nice things about spawning the execution of a called function is that there are built-in rules for "capturing" (a.k.a. passing parameters), and without access to the local variables of the calling function, opportunities for writing racy code are less.
Presumably we could support this when "_Task_parallel _Spawn" is not immediately followed by a left brace -- a little subtle, but perhaps not too subtle.
The text was updated successfully, but these errors were encountered: