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

Check that multiple threads have separate top level state #43

@kpgalligan

Description

@kpgalligan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    need handsLooking for community helpthreadsThread related refactor or issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions