https://github.com/pacman82/boost_synchronized_proposal
A generic type which helps you to protect data not code. Replaces a bare mutex in most situations.
https://github.com/pacman82/boost_synchronized_proposal
Last synced: 2 months ago
JSON representation
A generic type which helps you to protect data not code. Replaces a bare mutex in most situations.
- Host: GitHub
- URL: https://github.com/pacman82/boost_synchronized_proposal
- Owner: pacman82
- Created: 2015-05-05T13:04:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-05T14:52:28.000Z (about 10 years ago)
- Last Synced: 2025-02-01T20:14:30.992Z (4 months ago)
- Language: C++
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# boost_synchronized_proposal
A generic type which helps you to protect data not code. Replaces a bare mutex in most situations.