Module tiny_actor::actor
source · [−]Expand description
Structs
An address is a reference to the actor, used to send messages.
A child is the non clone-able reference to an actor with a single process.
A child-pool is the non clone-able reference to an actor with a multiple processes.
An Inbox is a non clone-able receiver part of a channel.