Module meio::linkage[][src]

Expand description

Contains modules of different ways to communicate with Actors.

Structs

Address to send messages to Actor.

Pre-created Address that can be used in spawning an actor.

The set of multiple recipients that sends actions in parallel.

Set of tasks that can be stopped together.

Traits

Abstract Address to the Actor that can handle a specific message type.

Abstract Address to the Actor that can handle an interaction.