Skip to content
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.

Check that multiple threads have separate top level state #43

Open
kpgalligan opened this issue Jun 20, 2018 · 0 comments
Open

Check that multiple threads have separate top level state #43

kpgalligan opened this issue Jun 20, 2018 · 0 comments
Labels
need hands Looking for community help threads Thread related refactor or issues

Comments

@kpgalligan
Copy link
Contributor

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.

@kpgalligan kpgalligan added threads Thread related refactor or issues need hands Looking for community help labels Jun 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
need hands Looking for community help threads Thread related refactor or issues
Projects
None yet
Development

No branches or pull requests

1 participant