0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-05 10:17:30 -05:00
bitcoin-bitcoin-core/src/ipc/capnp
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
..
.gitignore multiprocess: Add Ipc interface implementation 2021-04-23 03:02:50 -05:00
echo.capnp multiprocess: Add echoipc RPC method and test 2021-04-23 03:02:50 -05:00
init-types.h multiprocess: Add echoipc RPC method and test 2021-04-23 03:02:50 -05:00
init.capnp multiprocess: Add echoipc RPC method and test 2021-04-23 03:02:50 -05:00
protocol.cpp 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