Searched refs:executeAsync (Results 1 – 3 of 3) sorted by relevance
53 std::shared_future<OperationResponse> executeAsync(const OperationRequest& request);
31 std::shared_future<OperationResponse> OperationProvider::executeAsync(const OperationRequest& reque… in executeAsync() function in OperationProvider
132 auto responseFuture = op.executeAsync(OperationRequest(inputOss.str())); in main()