https://github.com/iqrok/shmopthread
https://github.com/iqrok/shmopthread
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iqrok/shmopthread
- Owner: iqrok
- License: mit
- Created: 2024-03-11T11:14:06.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-11T11:31:28.000Z (about 1 year ago)
- Last Synced: 2025-01-29T04:28:35.444Z (4 months ago)
- Language: C++
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# SHM Operation Helper
This lib has built-in thread to sync the data periodically, but usually I used another thread and sync the data either with `write` or `read`
## Build
```bash
mkdir build
cmake -S . -B build
cmake --build build --clean-first
```