Module xtra::address

source ·
Expand description

An address to an actor is a way to send it a message. An address allows an actor to be sent any kind of message that it can receive.

Structs§

  • A future which will complete when the corresponding actor stops and its address becomes disconnected.
  • An Address is a reference to an actor through which messages can be sent.

Type Aliases§