Peer - cschladetsch/CsharpPyro GitHub Wiki
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.