Module lunatic_runtime::message[][src]

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::Signal, 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

A resource (WasmProcess, TcpStream, …) that is attached to a DataMessage.