|
OpenPit C++ SDK
C++17 SDK for the OpenPit pre-trade risk engine
|
Consumer side of an async operation returning one value. More...
Public Member Functions | |
| T | Await () const |
| template<typename Rep , typename Period > | |
| std::optional< T > | Await (std::chrono::duration< Rep, Period > timeout) const |
| bool | Done () const |
| Future ()=default | |
| Future (std::shared_future< Payload< T >> state) | |
| Result< T > | Get () const |
Consumer side of an async operation returning one value.
|
default |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |