issues
search
meganz
/
mingw-std-threads
Standard threads implementation currently still missing on MinGW GCC on Windows
BSD 2-Clause "Simplified" License
439
stars
137
forks
source link
Native condition_variable if targeting Windows Vista
#33
Closed
nmcclatchey
closed
6 years ago
nmcclatchey
commented
6 years ago
Add native implementation of condition_variable if targeted Windows version is detected to be Vista or higher. This can noticeably improve performance.
Update the README with information about how to target different Windows versions.