dxFeed Graal CXX API v4.0.0
|
A list of event receiving results that will be completed normally or exceptionally in the future. More...
#include <Promise.hpp>
Friends | |
struct | Promises |
A list of event receiving results that will be completed normally or exceptionally in the future.
It is a std::vector<Promise<std::shared_ptr<E>>> wrapper with Graal semantics.
E | The event type. |