hpx::distributed::latch#
Defined in header hpx/latch.hpp.
See Public API for a list of names and headers that are part of the public HPX API.
-
class latch : public hpx::components::client_base<latch, hpx::lcos::server::latch>#
Latch is an implementation of a synchronization primitive that allows multiple threads to wait for a shared event to occur before proceeding. This latch can be invoked in a distributed application.
For a local only latch
See also