#include <transport.h>
|
| std::mutex | mutex_ |
| |
| std::condition_variable | cv_ |
| |
◆ ConnectionWaitable()
| ConnectionWaitable::ConnectionWaitable |
( |
| ) |
|
|
default |
◆ ~ConnectionWaitable()
| ConnectionWaitable::~ConnectionWaitable |
( |
| ) |
|
|
default |
◆ DISALLOW_COPY_AND_ASSIGN()
◆ GUARDED_BY() [1/2]
| bool connection_established_ ConnectionWaitable::GUARDED_BY |
( |
mutex_ |
| ) |
|
|
private |
◆ GUARDED_BY() [2/2]
| bool connection_established_ready_ ConnectionWaitable::GUARDED_BY |
( |
mutex_ |
| ) |
|
|
private |
◆ SetConnectionEstablished()
| void ConnectionWaitable::SetConnectionEstablished |
( |
bool |
success | ) |
|
◆ WaitForConnection()
| bool ConnectionWaitable::WaitForConnection |
( |
std::chrono::milliseconds |
timeout | ) |
|
◆ cv_
| std::condition_variable ConnectionWaitable::cv_ |
|
private |
◆ mutex_
| std::mutex ConnectionWaitable::mutex_ |
|
private |
The documentation for this class was generated from the following file: