![]() |
Bitcoin Core
22.0.0
P2P Digital Currency
|
Namespaces | |
| capnp | |
Classes | |
| class | Exception |
| Exception class thrown when a call to remote method fails due to an IPC error, like a socket getting disconnected. More... | |
| class | Process |
| IPC process interface for spawning bitcoin processes and serving requests in processes that have been spawned. More... | |
| class | Protocol |
| IPC protocol interface for calling IPC methods over sockets. More... | |
Functions | |
| std::unique_ptr< Process > | MakeProcess () |
| Constructor for Process interface. More... | |
| std::unique_ptr< Process > ipc::MakeProcess | ( | ) |
Constructor for Process interface.
Implementation will vary depending on the platform (unix or windows).
Definition at line 60 of file process.cpp.
1.8.14