| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Sorry, something went wrong.
Merge activity |
Sorry, something went wrong.
Co-authored-by: GPT-5.6 <gpt-5.6@openai.com>
| Back | FazBrowse Home | New Git URL |
Motivation
Isolate fspy shared-memory ownership behind a small internal facade so platform backends can be replaced incrementally without changing the channel layout or synchronization protocol.
Background
fspy_shared previously depended directly on shared_memory::Shmem and ShmemConf. That coupling made the Linux /dev/shm fix inseparable from channel code and forced every platform migration to touch the same low-level data path.
Changes