32
Thread support library
[thread]
32.7
Semaphore
[thread.sema]
32.7.2
Header
<semaphore>
synopsis
[semaphore.syn]
namespace
std
{
template
<
ptrdiff_t least_max_value
=
implementation-defined
>
class
counting_semaphore;
using
binary_semaphore
=
counting_semaphore
<
1
>
;
}