preCICE v3.2.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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.