carb::cpp20::binary_semaphore

Defined in carb/cpp20/Semaphore.h

using carb::cpp20::binary_semaphore = counting_semaphore<1>

Alias for a counting semaphore that can only be acquired by one caller at a time.