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
{{ message }}
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.
Using workers, all top level vars and objects have their own copy of state in different workers. This also appears to be true with threads that aren't started by a worker, but we should make sure that's true (and that the C++ layer state is global). This will impact things like ThreadLocal as more threading constructs are created.
The text was updated successfully, but these errors were encountered:
Using workers, all top level vars and objects have their own copy of state in different workers. This also appears to be true with threads that aren't started by a worker, but we should make sure that's true (and that the C++ layer state is global). This will impact things like ThreadLocal as more threading constructs are created.
The text was updated successfully, but these errors were encountered: