preCICE v3.1.2
Loading...
Searching...
No Matches
Request.cpp
Go to the documentation of this file.
1#include <memory>
2
3#include "com/Request.hpp"
4
5namespace precice::com {
6
8{
9 for (const auto &request : requests) {
10 request->wait();
11 }
12}
13
14Request::~Request() = default;
15} // namespace precice::com
virtual void wait()=0
contains the data communication abstraction layer.