Skip to content

Thread-safe subclass mode #628

Open
Open
@adetaylor

Description

@adetaylor

Right now, if C++ passes our subclass unique_ptr to a different thread, all bets are off. We should provide a configuration option to make a thread safe version using Mutex and Arc instead of RefCell and Rc. Maybe we can use archery.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cpp-featureC++ feature not yet supportedknown-subclass-limitationKnown limitation of the experimental subclass work

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions