Module lunatic_process::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
- A variant of a
Message
that has a buffer of data and resources attached to it.
Enums
- Can be sent between processes by being embedded into a
Signal::Message