Destroys the std::experimental::latch
object.
~latch();
No threads are blocked in std::experimental::latch::wait
or std::experimental::latch::count_down_and_wait
on
the object being destroyed.
Destroy the latch object.
#include <experimental/latch>