Closed
Description
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.