Hacker News new | ask | show | jobs
by int_19h 408 days ago
co_await etc is there, now it's a matter of libraries picking that up.

On Windows, you can do this today:

  auto response {co_await httpClient.GetStringAsync(uri)};