std::experimental::latch::count_down
Min standard notice:
Atomically decrements the internal counter by n without blocking the caller.
# Declarations
void count_down( ptrdiff_t n = 1 );
(concurrency TS)
# Parameters
n: the value by which the internal counter is decreased
# Return value
(none)