rippled
|
Public Member Functions | |
template<class Rep , class Period > | |
bool | wait_for (std::chrono::duration< Rep, Period > const &rel_time) |
void | signal () |
Private Attributes | |
std::condition_variable | cv_ |
std::mutex | mutex_ |
bool | signaled_ = false |
Definition at line 32 of file Coroutine_test.cpp.
bool ripple::test::Coroutine_test::gate::wait_for | ( | std::chrono::duration< Rep, Period > const & | rel_time | ) |
Definition at line 44 of file Coroutine_test.cpp.
void ripple::test::Coroutine_test::gate::signal | ( | ) |
Definition at line 53 of file Coroutine_test.cpp.
|
private |
Definition at line 35 of file Coroutine_test.cpp.
|
private |
Definition at line 36 of file Coroutine_test.cpp.
|
private |
Definition at line 37 of file Coroutine_test.cpp.