|
xrpld
|

Public Member Functions | |
| template<class Rep, class Period> | |
| bool | waitFor (std::chrono::duration< Rep, Period > const &relTime) |
| void | signal () |
Private Attributes | |
| std::condition_variable | cv_ |
| std::mutex | mutex_ |
| bool | signaled_ = false |
Definition at line 23 of file Coroutine_test.cpp.
| bool xrpl::test::Coroutine_test::Gate::waitFor | ( | std::chrono::duration< Rep, Period > const & | relTime | ) |
Definition at line 35 of file Coroutine_test.cpp.
| void xrpl::test::Coroutine_test::Gate::signal | ( | ) |
Definition at line 44 of file Coroutine_test.cpp.
|
private |
Definition at line 26 of file Coroutine_test.cpp.
|
private |
Definition at line 27 of file Coroutine_test.cpp.
|
private |
Definition at line 28 of file Coroutine_test.cpp.