-
Notifications
You must be signed in to change notification settings - Fork 1
peer
Christian Schladetsch edited this page Mar 10, 2023
·
1 revision
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.
Pyro Documentation. (C) 2023 [email protected]. All Rights Reserved.