carb::cpp::binary_semaphore

Defined in carb/cpp/Semaphore.h

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

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