Skip to content
Christian Schladetsch edited this page Mar 10, 2023 · 1 revision

Peer

A peer is a node on the network.

Peers can host Agents and also a set of Proxies that are the local representation of remote Agents.

All Peers share a common Network Domain.

One can create a local Proxy to a remote agent by saying:

var local = remote.CreateProxy<Type>(Pathname | Id);

All proxies return Futures. Arguments can be passed by value, reference, or const-reference.

Clone this wiki locally