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:259
bool operator<(const Latch &that) const
Definition: latch.hpp:31
Result< Process > process(pid_t pid)
Definition: freebsd.hpp:30
bool await(const Duration &duration=Seconds(-1))