Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ygoldfeld authored Mar 9, 2024
1 parent d47317d commit 2fcfd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Observations (tested using decent server-grade hardware):
The code for this, when using Flow-IPC, is straighforward. Here's how it might look on the client side:

~~~
// Specify that we *do* want zero-copy behavior, by merely choosing your backing-session type.
// Specify that we *do* want zero-copy behavior, by merely choosing our backing-session type.
using Session = ipc::session::shm::classic::Client_session; // Note the `::shm`: means SHM-backed session.
// IPC app universe: simple structs naming the 2 apps, so we know with whom to engage in IPC,
Expand Down

0 comments on commit 2fcfd79

Please sign in to comment.