| 73 | /// - Every 'send' or 'recv' call is mirrored by the other process. |
| 74 | template <bool Invert> struct Process { |
| 75 | RPC_ATTRS Process() = default; |
| 76 | RPC_ATTRS Process(const Process &) = delete; |
| 77 | RPC_ATTRS Process &operator=(const Process &) = delete; |
| 78 | RPC_ATTRS Process(Process &&) = default; |
no outgoing calls