dxFeed Graal CXX API v7.0.0
Loading...
Searching...
No Matches

Classes

struct  CommonPromiseMixin< P >
 Mixin for wrapping calls to common promise methods. More...
 
struct  VoidPromiseMixin< P >
 Mixin for wrapping Promise method calls for a void. More...
 
struct  EventPromiseMixin< E, P >
 Mixin for wrapping Promise method calls for a single event. More...
 
struct  Promise< T >
 Result of a computation that will be completed normally or exceptionally in the future. More...
 
struct  Promise< void >
 Result of an void receiving that will be completed normally or exceptionally in the future. More...
 
struct  Promise< std::shared_ptr< E > >
 Result of an event receiving that will be completed normally or exceptionally in the future. More...
 
struct  PromiseList< E >
 A list of event receiving results that will be completed normally or exceptionally in the future. More...
 
struct  Promise< std::vector< std::shared_ptr< E > > >
 Result of an collection of events receiving that will be completed normally or exceptionally in the future. More...
 
class  Promises
 A class that represents a promise-based implementation often used for handling asynchronous operations. More...
 

Detailed Description