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

C++20 feature: counting_semaphore and binary_semaphore #69

Open nmcclatchey opened 4 years ago

nmcclatchey commented 4 years ago

Issue tracking implementation of counting_semaphores, introduced in C++20.

See counting_semaphore and binary_semaphore on cppreference.com.

Potential implementations: