Skip to content

Rename Send trait to Owned #3542

Closed
Closed
@brson

Description

@brson

The concepts around the core language are much clearer now than when we added the kind system. At the time I was disappointed about including the notion of 'sendability' in the language, while all the actual sending was going on in libraries. Now we have a much better term for sendable things, 'owned', and owning a thing is useful for more than just sending.

If we want we can keep a Send trait that derives from Owned to use in the comms mods. This would require tagging types as Send, which may or may not be desirable. Regardless, Send should be demoted.

Owned 2012.

Metadata

Metadata

Assignees

No one assigned

    Labels

    E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions