C++ Coroutines from scratch - Phil Nash - Meeting C++ 2022

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

WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
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
  • concurrencpp

    Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all

  • Just use a good third party library like concurrencpp .

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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

  • Concurrencpp – a C++20 library for coroutines and executors

    1 project | news.ycombinator.com | 25 Sep 2023
  • Comparing asio to unifex

    2 projects | /r/cpp | 23 Jun 2023
  • Do you think the current asynchronous models (executors, senders) are too complicated and really we just need channels and coroutines running on a thread pool?

    1 project | /r/cpp | 10 Jun 2023
  • concurrencpp version 0.1.6 has been released!

    2 projects | /r/cpp | 21 Mar 2023
  • What happens if you co_await a std::future, and why is it a bad idea? - The Old New Thing

    1 project | /r/cpp | 18 Feb 2023