https://github.com/katahiromz/w32_mutex
std::mutex and std::recursive_mutex for old C++/Win32 compilers
https://github.com/katahiromz/w32_mutex
cxx cxx11 win32 win32-api win32api windows
Last synced: 5 months ago
JSON representation
std::mutex and std::recursive_mutex for old C++/Win32 compilers
- Host: GitHub
- URL: https://github.com/katahiromz/w32_mutex
- Owner: katahiromz
- License: mit
- Created: 2024-09-03T10:53:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T11:24:06.000Z (almost 2 years ago)
- Last Synced: 2025-10-20T04:24:34.536Z (9 months ago)
- Topics: cxx, cxx11, win32, win32-api, win32api, windows
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# w32_mutex