std::latch::count_down

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

# Declarations

void count_down( std::ptrdiff_t n = 1 );

(since C++20)

# Parameters

# Return value

(none)