13 #ifndef __PROCESS_LATCH_HPP__ 14 #define __PROCESS_LATCH_HPP__ 46 std::atomic_bool triggered;
52 #endif // __PROCESS_LATCH_HPP__
bool operator==(const Latch &that) const
Definition: latch.hpp:30
Definition: duration.hpp:32
An "untyped" PID, used to encapsulate the process ID for lower-layer abstractions (eg...
Definition: pid.hpp:39
Definition: duration.hpp:207
bool operator<(const Latch &that) const
Definition: latch.hpp:31
Definition: executor.hpp:48
bool await(const Duration &duration=Seconds(-1))