future< T >¶
A value of type T that is available asynchronously. Typically used for modelling service-based responses.
future is only permitted as a service or library function argument or return type.
A value of type T that is available asynchronously. Typically used for modelling service-based responses.
future is only permitted as a service or library function argument or return type.