Files
bitcoin/README.md
Ryan Ofsky a2f28e4be9 Squashed 'src/ipc/libmultiprocess/' content from commit 35944ffd23fa
git-subtree-dir: src/ipc/libmultiprocess
git-subtree-split: 35944ffd23fa26652b82210351d50e896ce16c8f
2025-04-02 21:41:16 +08:00

9 lines
581 B
Markdown

# libmultiprocess
`libmultiprocess` is a C++ library and code generator making it easy to call functions and reference objects in different processes.
For more information see the [usage instructions](doc/usage.md), [installation instructions](doc/install.md), or [design documentation](doc/design.md).
If you have any questions, comments, or feedback, please submit an [issue](https://github.com/bitcoin-core/libmultiprocess/issues/new).
Duplicate issues are perfectly fine and all discussion about the project is welcome, since there isn't another discussion forum currently.