Expand description
The Message is a special variant of a Signal that can be sent to
processes. The most common kind of Message is a DataMessage, but there are also some special
kinds of messages, like the Message::LinkDied, that is received if a linked process dies.
Structs§
- Data
Message - A variant of a
Messagethat has a buffer of data and resources attached to it.
Enums§
- Message
- Can be sent between processes by being embedded into a
Signal::Message