preCICE v3.1.2
Loading...
Searching...
No Matches
SocketRequest.cpp
Go to the documentation of this file.
1#include "SocketRequest.hpp"
2
3namespace precice::com {
4
15
22
24{
26
27 // Lock is acquired when the predicate is evaluated.
28 _completeCondition.wait(lock, [this] { return _complete; });
29}
30} // namespace precice::com
std::condition_variable _completeCondition
contains the data communication abstraction layer.