Module message

Source
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§

DataMessage
A variant of a Message that has a buffer of data and resources attached to it.

Enums§

Message
Can be sent between processes by being embedded into a Signal::Message

Type Aliases§

Resource