Apache Mesos
Public Member Functions | List of all members
process::Latch Class Reference

#include <latch.hpp>

Public Member Functions

 Latch ()
 
virtual ~Latch ()
 
bool operator== (const Latch &that) const
 
bool operator< (const Latch &that) const
 
bool trigger ()
 
bool await (const Duration &duration=Seconds(-1))
 

Constructor & Destructor Documentation

process::Latch::Latch ( )
virtual process::Latch::~Latch ( )
virtual

Member Function Documentation

bool process::Latch::await ( const Duration duration = Seconds(-1))
bool process::Latch::operator< ( const Latch that) const
inline
bool process::Latch::operator== ( const Latch that) const
inline
bool process::Latch::trigger ( )

The documentation for this class was generated from the following file: