Apache Mesos
|
#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)) |
process::Latch::Latch | ( | ) |
|
virtual |
|
inline |
|
inline |
bool process::Latch::trigger | ( | ) |