Skip to main content

Module message

Module message 

Source
Expand description

Effects that modify MessageReaders and MessageWriters.

Structs§

MessageWrite
Effect that sends a message M to the corresponding MessageWriter.
MessagesReadAnd
Effect that reads all messages in a MessageReader, supplying them to the provided effect-producing function to cause another effect.

Functions§

message_write
Construct a new MessageWrite Effect.
messages_read_and
Construct a new MessagesReadAnd Effect.