[−][src]Module holochain_net_ipc::ipc_client
This module represents a holochain application's inter-process-communication connection to an external p2p process.
Structs
IpcClient |
IPC communication client structure. Allows connection to an external process that manages p2p communications. |
Type Definitions
CallResult |
A closure callback type def for getting acknowledgment when performing a |
ZmqIpcClient |
The ZeroMQ implementation of IpcClient. |