Skip to content

Commit df09c22

Browse files
authored
Update README.md
1 parent 2673453 commit df09c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* No other dependencies except STL.
1212
* Only lock-free or lightweight spin-lock is used.
1313
* Circular array is used as the underline data structure.
14-
* `ipc::route` supports single read and multiple write. `ipc::channel` supports multiple read and write. (**Note: currently, a channel supports up to 32 receivers, but there is no such a limit for the sender.**)
14+
* `ipc::route` supports single write and multiple read. `ipc::channel` supports multiple read and write. (**Note: currently, a channel supports up to 32 receivers, but there is no such a limit for the sender.**)
1515
* Broadcasting is used by default, but user can choose any read/ write combinations.
1616
* No long time blind wait. (Semaphore will be used after a certain number of retries.)
1717
* [Vcpkg](https://github.com/microsoft/vcpkg/blob/master/README.md) way of installation is supported. E.g. `vcpkg install cpp-ipc`

0 commit comments

Comments
 (0)