std::experimental::latch::count_down

Atomically decrements the internal counter by n without blocking the caller.

# Declarations

void count_down( ptrdiff_t n = 1 );

(concurrency TS)

# Parameters

# Return value

(none)