#include <wakeup_signal.hpp>
Public Member Functions | |
void | emitSignal () |
bool | waitFor (std::chrono::system_clock::duration tm) |
Return true if the. More... | |
Private Attributes | |
std::condition_variable | cv_ |
std::mutex | mutex_ |
bool | ready_ = false |
Definition at line 11 of file wakeup_signal.hpp.
|
inline |
Definition at line 25 of file wakeup_signal.hpp.
|
inline |
Return true if the.
Definition at line 15 of file wakeup_signal.hpp.
|
private |
Definition at line 37 of file wakeup_signal.hpp.
|
private |
Definition at line 36 of file wakeup_signal.hpp.
|
private |
Definition at line 38 of file wakeup_signal.hpp.