hpx::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#

Latches are a thread coordination mechanism that allow one or more threads to block until an operation is completed. An individual latch is a single-use object; once the operation has been completed, the latch cannot be reused.

Subclassed by hpx::lcos::local::latch