std::future and coroutine

This page summarizes the projects mentioned and recommended in the original post on /r/cpp_questions

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cppwinrt

    C++/WinRT

  • std::future could be 'awaitable' (by implementing a struct coroutine_traits> + operator co_await) in a free function BUT VS2019 removed support for the nonstandard free function pattern for awaitable objects in PR702. Therefore we cannot add a co_await operator without modifying std::future source code.

  • Folly

    An open-source C++ library developed and used at Facebook.

  • I don't know anything about MSVC but I do know there is no coroutine support library in c++20. You'll need something like folly::coro.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Integration Testing in Obsidian

    3 projects | dev.to | 2 May 2024
  • Como configurar imagem Docker(PHP e Nginx) para projetos Laravel com PHP 8.3

    1 project | dev.to | 24 Apr 2024
  • Developing a Reusable and Readable Bash Script for Automated LAMP Stack Deployment

    1 project | dev.to | 22 Apr 2024
  • 3rd Edition of Programming: Principles and Practice Using C++ by Stroustrup

    6 projects | news.ycombinator.com | 19 Apr 2024
  • Integrate Bootstrap with React

    2 projects | dev.to | 19 Apr 2024