dxFeed Graal CXX API v4.0.0
Loading...
Searching...
No Matches
PromiseList< E > Struct Template Reference

A list of event receiving results that will be completed normally or exceptionally in the future. More...

#include <Promise.hpp>

Friends

struct Promises
 

Detailed Description

template<typename E>
struct PromiseList< E >

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.

Template Parameters
EThe event type.