Searched refs:OperationResponse (Results 1 – 3 of 3) sorted by relevance
20 OperationResponse::OperationResponse(const std::string& output_) in OperationResponse() function in OperationResponse31 std::shared_future<OperationResponse> OperationProvider::executeAsync(const OperationRequest& reque… in executeAsync()51 OperationResponse response(output); in executeAsync()
25 class OperationResponse28 OperationResponse(const std::string& output);53 std::shared_future<OperationResponse> executeAsync(const OperationRequest& request);
100 std::queue<std::shared_future<OperationResponse>> responseQueue; in main()