FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

docs(fspy): keep shared memory API description abstract · voidzero-dev/vite-task@2b0d301 · GitHub

Commit 2b0d301

Browse files
andcommitted
docs(fspy): keep shared memory API description abstract
Co-authored-by: GPT-5 Codex <codex@openai.com>
1 parent 61f72d8 commit 2b0d301

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎crates/fspy_shm/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The public API is defined in [`src/lib.rs`](src/lib.rs).
1111
| API | Contract |
1212
| ----------------- | ---------------------------------------------------------------------------------- |
1313
| `create(size)` | Creates a non-empty mapping and returns its unique owner. |
14-
| `open(id)` | Opens another view and derives its size from the operating-system mapping. |
14+
| `open(id)` | Opens another view of the mapping identified by `id`. |
1515
| `Shm::id()` | Returns the identifier to send to another process. |
1616
| `Shm::len()` | Returns the mapped size. |
1717
| `Shm::as_ptr()` | Returns a mutable raw pointer to the first byte. |

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL