Skip to content

rename Owned to Send #6496

Closed
Closed
@thestinger

Description

@thestinger

Types with the Owned kind are sendable, and those without it are not sendable. It does not represent ownership because a shared ownership type like those in std::arc have to be Owned if they're intended to be sendable.

I think this is going to confuse people and lead to bugs. It's tempting to treat Owned as meaning the types are owned, but that ends up treating ARCs incorrectly.

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