Difference between #include <semaphore.h> and <#include <semaphore>

199 Views Asked by At

For <semaphore>, Error is there - fatal error: semaphore: No such file or directory. I want to use std::counting_semaphore<1> prepareSignal(0);

0

There are 0 best solutions below