https://github.com/anthonycalandra/synchronized
An abstraction for providing a read/write thread-safe, synchronized value.
https://github.com/anthonycalandra/synchronized
Last synced: 10 months ago
JSON representation
An abstraction for providing a read/write thread-safe, synchronized value.
- Host: GitHub
- URL: https://github.com/anthonycalandra/synchronized
- Owner: AnthonyCalandra
- License: mit
- Created: 2018-09-07T23:49:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T00:57:32.000Z (over 6 years ago)
- Last Synced: 2025-03-19T09:14:25.277Z (10 months ago)
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# synchronized
An abstraction for providing a read/write thread-safe, synchronized value. See `examples` for code.
## License
MIT
## Author
Anthony Calandra