bitcoin/src/ipc
Russell Yanofsky 84934bf70e multiprocess: Add echoipc RPC method and test
Add simple interfaces::Echo IPC interface with one method that just takes and
returns a string, to test multiprocess framework and provide an example of how
it can be used to spawn and call between processes.
2021-04-23 03:02:50 -05:00
..
capnp multiprocess: Add echoipc RPC method and test 2021-04-23 03:02:50 -05:00
exception.h multiprocess: Add Ipc interface implementation 2021-04-23 03:02:50 -05:00
interfaces.cpp multiprocess: Add Ipc interface implementation 2021-04-23 03:02:50 -05:00
process.cpp multiprocess: Add Ipc interface implementation 2021-04-23 03:02:50 -05:00
process.h multiprocess: Add Ipc interface implementation 2021-04-23 03:02:50 -05:00
protocol.h multiprocess: Add Ipc interface implementation 2021-04-23 03:02:50 -05:00