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

Result of a computation that will be completed normally or exceptionally in the future. More...

#include <Promise.hpp>

Detailed Description

template<typename T>
struct Promise< T >

Result of a computation that will be completed normally or exceptionally in the future.

Template Parameters
TThe result type.