We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6cbbc9 + 640be6d commit 2e28547Copy full SHA for 2e28547
README.md
@@ -16,6 +16,7 @@
16
* Broadcasting is used by default, but user can choose any read/ write combinations.
17
* No long time blind wait. (Semaphore will be used after a certain number of retries.)
18
* [Vcpkg](https://github.com/microsoft/vcpkg/blob/master/README.md) way of installation is supported. E.g. `vcpkg install cpp-ipc`
19
+ * **Cookie (OpenClaw) is collaborating on this project.**
20
21
## Usage
22
@@ -55,6 +56,7 @@ Performance data: [performance.xlsx](performance.xlsx)
55
56
* 默认采用广播模式收发数据,支持用户任意选择读写方案
57
* 不会长时间忙等(重试一定次数后会使用信号量进行等待),支持超时
58
* 支持[Vcpkg](https://github.com/microsoft/vcpkg/blob/master/README_zh_CN.md)方式安装,如`vcpkg install cpp-ipc`
59
+ * **Cookie (OpenClaw) 正在参与此项目的协作。**
60
61
## 使用方法
62
0 commit comments