[][src]Module quix::process

Modules

registry

Structs

PidRecipient

Can be used to send messages across network without knowing the type of the actor receiving them

Process

A special execution context. In this context the actor has a stable identity, whuch should not change. It can also receive messages from remote nodes.

Enums

DispatchError
Pid

Global process identifier. This can be used to send messages to actors on different nodes.

PidRecipientRequest
PidRequest

Request to send message to remote process This can only be used to send addressed messages

Traits

Dispatcher

Trait used to get generic dispatchers for different actors

ProcessDispatch

Trait which must be implemented for all processes.