Skip to content

Support Send and serialization/deserialization of Gc<T> types #7

@segeljakt

Description

@segeljakt

Would it be possible to implement Send for Gc<T> to allow migration of a Gc<T> pointer from one mutator to another?

In addition, would it be possible to implement serialize/deserialize for Gc<T> types? I mean, instead of converting Gc<T> -> Box<T> -> serialize -> deserialize -> Box<T> -> Gc<T>, I'd like to go Gc<T> -> serialize -> deserialize -> Gc<T>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions