|
xrpld
|
#include <TestHelpers.h>

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 440 of file jtx/TestHelpers.h.
| bool xrpl::test::jtx::Gate::waitFor | ( | std::chrono::duration< Rep, Period > const & | relTime | ) |
Definition at line 452 of file jtx/TestHelpers.h.
| void xrpl::test::jtx::Gate::signal | ( | ) |
Definition at line 461 of file jtx/TestHelpers.h.
|
private |
Definition at line 443 of file jtx/TestHelpers.h.
|
private |
Definition at line 444 of file jtx/TestHelpers.h.
|
private |
Definition at line 445 of file jtx/TestHelpers.h.