0

Using AWS C++ SDK, how can I make an asynchronous http request and get my callback executed with the response?

There is

Aws::Http::HttpClient::MakeRequest

but its synchronous.

krl
  • 1
  • Did you have a look at `std::async`? – sebrockm Jun 04 '18 at 14:06
  • @sebrockm yep, I implemented it with `std::async`, but was wondering if there is any _AWS SDK native_ way to do this - like, there are various async functions such as `Aws::CognitoIdentityProvider::CognitoIdentityProviderClient::AdminEnableUserAsync` – krl Jun 05 '18 at 16:22

0 Answers0